aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-04-19 18:28:03 +0800
committerDimitry <winsvega@mail.ru>2017-04-19 18:28:03 +0800
commit3b90fbfaf0b6180be9276bbd050ac2475b95d949 (patch)
treeb11b36454485f496c92a7bb3a6c2aa060034647c /src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json
parent789c43bdbb4cb5913e28f855df35703ac87a40c9 (diff)
downloadtangerine-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/stEIP150Specific/SuicideToNotExistingContractFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json b/src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json
index 932f81024..ed8f8b575 100644
--- a/src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json
+++ b/src/GeneralStateTestsFiller/stEIP150Specific/SuicideToNotExistingContractFiller.json
@@ -85,7 +85,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to not existing account",
- "code" : "{ (SUICIDE 0x2000000000000000000000000000000000000115) }",
+ "code" : "{ (SELFDESTRUCT 0x2000000000000000000000000000000000000115) }",
"storage": {
}
}