Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjfree committed May 4, 2023
1 parent 396e92c commit 7273bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wire/ipfs/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func (m *IPFSWireManager) Dial(endpoint string) error {
// ignore unlimit relay connections
if isP2PCircuitAddress(s.Conn().RemoteMultiaddr()) {
close()
logger.Printf("ignore unlimited relay %+v", s.Conn())
return errors.Errorf("ignore unlimited relay %+v", s.Conn())
}
// got an outbound wire
m.Out <- &IPFSWire{
Expand Down

0 comments on commit 7273bb7

Please sign in to comment.