diff options
author | Dimitry <winsvega@mail.ru> | 2017-04-19 18:28:03 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-04-19 18:28:03 +0800 |
commit | 3b90fbfaf0b6180be9276bbd050ac2475b95d949 (patch) | |
tree | b11b36454485f496c92a7bb3a6c2aa060034647c /src/GeneralStateTestsFiller/stEIP158Specific | |
parent | 789c43bdbb4cb5913e28f855df35703ac87a40c9 (diff) | |
download | tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.gz tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.bz2 tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.lz tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.xz tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.zst tangerine-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.zip |
replace SUICIDE with SELFDESTRUCT
Diffstat (limited to 'src/GeneralStateTestsFiller/stEIP158Specific')
-rw-r--r-- | src/GeneralStateTestsFiller/stEIP158Specific/CALL_OneVCallSuicideFiller.json | 2 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stEIP158Specific/CALL_ZeroVCallSuicideFiller.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stEIP158Specific/CALL_OneVCallSuicideFiller.json b/src/GeneralStateTestsFiller/stEIP158Specific/CALL_OneVCallSuicideFiller.json index 5c243b09f..274ae2eae 100644 --- a/src/GeneralStateTestsFiller/stEIP158Specific/CALL_OneVCallSuicideFiller.json +++ b/src/GeneralStateTestsFiller/stEIP158Specific/CALL_OneVCallSuicideFiller.json @@ -69,7 +69,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0", "nonce" : "0", - "code" : "{ (SUICIDE 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b) }", + "code" : "{ (SELFDESTRUCT 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b) }", "storage": { } } diff --git a/src/GeneralStateTestsFiller/stEIP158Specific/CALL_ZeroVCallSuicideFiller.json b/src/GeneralStateTestsFiller/stEIP158Specific/CALL_ZeroVCallSuicideFiller.json index a890117e2..d58532c9b 100644 --- a/src/GeneralStateTestsFiller/stEIP158Specific/CALL_ZeroVCallSuicideFiller.json +++ b/src/GeneralStateTestsFiller/stEIP158Specific/CALL_ZeroVCallSuicideFiller.json @@ -69,7 +69,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0", "nonce" : "0", - "code" : "{ (SUICIDE 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b) }", + "code" : "{ (SELFDESTRUCT 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b) }", "storage": { } } |