From 3af3183ce47d29543fe19212f4405f4f832bcf93 Mon Sep 17 00:00:00 2001 From: bojie Date: Sun, 20 Jan 2019 16:45:12 +0800 Subject: travis: re-encrypt GCP credential file (#165) --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/blockchain.go b/core/blockchain.go index ea1d06489..8bbf6e809 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1891,7 +1891,7 @@ func (bc *BlockChain) processBlock( chainBlock := bc.GetBlockByNumber(newBlock.NumberU64()) if chainBlock != nil { if chainBlock.Hash() != newBlock.Hash() { - return nil, nil, nil, fmt.Errorf("block %v exist but hash is not equal: exist %v expect %v", newBlock.NumberU64(), + return nil, nil, nil, fmt.Errorf("block %v exist but hash is not equal: exist %v but get %v", newBlock.NumberU64(), chainBlock.Hash(), newBlock.Hash()) } -- cgit v1.2.3