You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In peermanager test code, when extracting multiaddresses for host created using localhost address go-libp2p's call to fetch listen addresses via h.Network().ListenAddresses() seems to be returning an empty p2p-circuit address which has lead to write conditional code.
Describe the bug
In peermanager test code, when extracting multiaddresses for host created using localhost address go-libp2p's call to fetch listen addresses via h.Network().ListenAddresses() seems to be returning an empty p2p-circuit address which has lead to write conditional code.
Refer #787 (comment)
Expected behavior
Call to fetch network listen addresses should return only valid addresses.
The text was updated successfully, but these errors were encountered: