diff options
wallet transition transaction to EIP158
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/SuicidesStopAfterSuicideFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/SuicidesStopAfterSuicideFiller.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/SuicidesStopAfterSuicideFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/SuicidesStopAfterSuicideFiller.json index 61549cfd6..ef23c9df2 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/SuicidesStopAfterSuicideFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/SuicidesStopAfterSuicideFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead"], + "network" : ["Frontier", "Homestead", "EIP158"], "result" : { "0000000000000000000000000000000000000000" : { "code" : "0x6001ff", @@ -24,7 +24,10 @@ }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1" - } + }, + "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "shouldnotexist" : "1" + } } } ], @@ -67,4 +70,4 @@ ] } } -}
\ No newline at end of file +} |