mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-12 18:21:31 +00:00
use NodeInfo as an interface
This commit is contained in:
@@ -394,7 +394,7 @@ func (r *PEXReactor) ensurePeers() {
|
||||
if r.Switch.IsDialingOrExistingAddress(try) {
|
||||
continue
|
||||
}
|
||||
if r.Switch.NodeInfo().ID == try.ID {
|
||||
if r.Switch.NodeInfo().ID() == try.ID {
|
||||
continue // we don't want to dial ourselves, usually.
|
||||
}
|
||||
// TODO: consider moving some checks from toDial into here
|
||||
|
||||
Reference in New Issue
Block a user