mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
eth/filters: fixed typo
This commit is contained in:
parent
abf9544639
commit
b025fa5d74
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ func (s *searchSession) doSearchIteration() error {
|
||||||
}
|
}
|
||||||
headMatchRange, headMatches, err := s.searchInRange(headRange, !s.forceUnindexed)
|
headMatchRange, headMatches, err := s.searchInRange(headRange, !s.forceUnindexed)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil
|
return err
|
||||||
}
|
}
|
||||||
if headMatchRange.First() != s.matchRange.AfterLast() {
|
if headMatchRange.First() != s.matchRange.AfterLast() {
|
||||||
// improbable corner case, first part of new head range invalidated by tail unindexing
|
// improbable corner case, first part of new head range invalidated by tail unindexing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue