minor fix

This commit is contained in:
Sina Mahmoodi 2024-01-31 12:05:59 +01:00
parent 68342ef933
commit 3078dfe80b
1 changed files with 1 additions and 1 deletions

View File

@ -1809,7 +1809,7 @@ func (bc *BlockChain) insertChain(chain types.Blocks, setHead bool) (int, error)
}
// The traced section of block import.
res, err := bc.processBlock(block, statedb, &followupInterrupt, start, setHead)
res, err := bc.processBlock(block, statedb, start, setHead)
followupInterrupt.Store(true)
if err != nil {
return it.index, err