mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(discv4): ignore self-entry on neighbours response (#664)
This commit is contained in:
@ -1116,6 +1116,9 @@ impl Discv4Service {
|
||||
);
|
||||
self.try_ping(closest, PingReason::Lookup(closest, ctx.clone()))
|
||||
}
|
||||
BucketEntry::SelfEntry => {
|
||||
// we received our own node entry
|
||||
}
|
||||
_ => self.find_node(&closest, ctx.clone()),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user