From 400b1a86d4b13b46e8f13ca65dd206bc46120495 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 3 Aug 2017 12:48:53 +0300 Subject: split metropolis --- src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/bcInvalidHeaderTest') diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json index 77a326828..545f65cbd 100644 --- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json +++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json @@ -47,7 +47,8 @@ "expectExceptionHomestead" : "InvalidReceiptsStateRoot", "expectExceptionEIP150" : "InvalidReceiptsStateRoot", "expectExceptionEIP158" : "InvalidReceiptsStateRoot", - "expectExceptionMetropolis" : "InvalidStateRoot", + "expectExceptionByzantium" : "InvalidStateRoot", + "expectExceptionConstantinople" : "InvalidStateRoot", "blockHeader" : { "coinbase" : "9888f1f195afa192cfee860698584c030f4c9db1", "updatePoW" : "1" -- cgit