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 }