From bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Wed, 5 Jul 2017 21:14:40 +0200 Subject: Fix and refill GeneralStateTest after fixing the nonce change for address collision https://github.com/ethereum/cpp-ethereum/issues/4225 --- .../stRevertTest/RevertDepthCreateAddressCollisionFiller.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GeneralStateTestsFiller') diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json index 3d4c34a99..e2d3d7c08 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json @@ -21,7 +21,7 @@ "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x06", "code" : "0x", - "nonce" : "55", + "nonce" : "1", "storage" : { "0x00" : "0x01", "0x01" : "0x01", @@ -48,7 +48,7 @@ "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x06", "code" : "0x", - "nonce" : "54", + "nonce" : "0", "storage" : { "0x00" : "0x01", "0x01" : "0x01", -- cgit v1.2.3