diff --git a/core/blockchain.go b/core/blockchain.go index 4d8ef9a84553..1c696692aec3 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -540,7 +540,11 @@ func (bc *BlockChain) repair(head **types.Block) error { return nil } } + } else { + return nil } + } else { + return nil } } // Otherwise rewind one block and recheck state availability there