From 68c18ede06df9e28bbd735ccc5f76dc81863054e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 12 Sep 2025 11:34:44 +0200 Subject: [PATCH] Update lookup.go --- p2p/discover/lookup.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/p2p/discover/lookup.go b/p2p/discover/lookup.go index 7382bbe41a..efa8191ae0 100644 --- a/p2p/discover/lookup.go +++ b/p2p/discover/lookup.go @@ -191,8 +191,7 @@ func (it *lookupIterator) Next() bool { // is in a degraded state, and we need to wait for it to fill again. it.lookupFailed(it.lookup.tab) } - // Otherwise, yield the initial nodes from the iterator before advancing - // the lookup. + // Yield the initial nodes from the iterator before advancing the lookup. it.buffer = it.lookup.replyBuffer continue }