diff options
replace SUICIDE with SELFDESTRUCT
Diffstat (limited to 'src/GeneralStateTestsFiller/stSystemOperationsTest/suicideAddressFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSystemOperationsTest/suicideAddressFiller.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideAddressFiller.json b/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideAddressFiller.json index 258378d44..4daaf0e1f 100644 --- a/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideAddressFiller.json +++ b/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideAddressFiller.json @@ -45,7 +45,7 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", - "code" : "{ [[0]] (ADDRESS) (SUICIDE (ADDRESS))}", + "code" : "{ [[0]] (ADDRESS) (SELFDESTRUCT (ADDRESS))}", "nonce" : "0", "storage" : { } |