diff --git a/tests/test_blockchain_json.nim b/tests/test_blockchain_json.nim index 513211b3b..5e0177633 100644 --- a/tests/test_blockchain_json.nim +++ b/tests/test_blockchain_json.nim @@ -377,6 +377,7 @@ proc testFixture(node: JsonNode, testStatusIMPL: var TestStatus, debugMode = fal let header = com.db.getCanonicalHead() let lastBlockHash = header.blockHash check lastBlockHash == tester.lastBlockHash + success = lastBlockHash == tester.lastBlockHash if tester.postStateHash != Hash256(): let rootHash = tester.vmState.stateDB.rootHash if tester.postStateHash != rootHash: