mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
fix: pass nil to signal.result
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
228d0b653a
commit
5fe9e85eb9
1 changed files with 1 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ func (i *indexIniter) run(lastID uint64) {
|
|||
}
|
||||
// Adjust the indexing target and relaunch the process
|
||||
lastID = newLastID
|
||||
signal.result <- nil
|
||||
done, interrupt = make(chan struct{}), new(atomic.Int32)
|
||||
go i.index(done, interrupt, lastID)
|
||||
log.Debug("Shortened state history range", "last", lastID)
|
||||
|
|
|
|||
Loading…
Reference in a new issue