diff --git a/core/blockchain.go b/core/blockchain.go index b6e6096da3..180f74fc11 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -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