mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 01:28:21 -05: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