mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Update lookup.go
This commit is contained in:
parent
97afa2815b
commit
68c18ede06
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue