achingbrain ed2dbd9bea fix: return empty array when no multiaddrs are known
Returning `undefined` makes the address length check in [dialler/index.js](https://github.com/libp2p/js-libp2p/blob/master/src/dialer/index.js#L73-L75)
fail with `cannot read property length of undefined` so the change
here is to always return an array, but it might be empty if we don't
know any multiaddrs for the given peer.
2020-07-20 10:51:29 +01:00
..
2020-05-28 12:37:48 +02:00
2020-01-24 14:40:40 +01:00
2020-04-24 17:10:40 +02:00
2020-04-24 17:10:40 +02:00