mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +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.
|
// is in a degraded state, and we need to wait for it to fill again.
|
||||||
it.lookupFailed(it.lookup.tab)
|
it.lookupFailed(it.lookup.tab)
|
||||||
}
|
}
|
||||||
// Otherwise, yield the initial nodes from the iterator before advancing
|
// Yield the initial nodes from the iterator before advancing the lookup.
|
||||||
// the lookup.
|
|
||||||
it.buffer = it.lookup.replyBuffer
|
it.buffer = it.lookup.replyBuffer
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue