mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fix infinite loop in case of some peer connect errors (#1494)
This commit is contained in:
parent
e760ea2ce2
commit
48857b7e16
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ fn listen_for_addrs(
|
|||
}
|
||||
}
|
||||
p2p::Error::PeerWithSelf => break,
|
||||
_ => continue,
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue