aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-04-19 21:24:10 +0800
committerGitHub <noreply@github.com>2017-04-19 21:24:10 +0800
commit4e8b9be3fba16ec32e0cdf50b8f9329826283aaa (patch)
tree595064b0bffde6b406578b01adb3f234ddf1d457 /src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
parent9a94561c4bfc455e1e1f824e1eb270a461fcfb5c (diff)
parent2c060bff77f83be238fa1ce717dc6386cc629c59 (diff)
downloaddexon-tests-4e8b9be3fba16ec32e0cdf50b8f9329826283aaa.tar.gz
dexon-tests-4e8b9be3fba16ec32e0cdf50b8f9329826283aaa.tar.zst
dexon-tests-4e8b9be3fba16ec32e0cdf50b8f9329826283aaa.zip
Merge pull request #153 from ethereum/allfieldhex
Allfieldhex
Diffstat (limited to 'src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json')
-rw-r--r--src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json b/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
index 52033b895..ac6e0b54e 100644
--- a/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
+++ b/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
@@ -341,14 +341,14 @@
"1000000000000000000000000000000000000012" : {
"balance" : "10000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0x1000000000000000000000000000000000000002) }",
+ "code" : "{ (SELFDESTRUCT 0x1000000000000000000000000000000000000002) }",
"storage": {
}
},
"1000000000000000000000000000000000000013" : {
"balance" : "10000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0x1000000000000000000000000000000000000003) }",
+ "code" : "{ (SELFDESTRUCT 0x1000000000000000000000000000000000000003) }",
"storage": {
}
},
@@ -539,7 +539,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to not existing account",
- "code" : "{ (SUICIDE 0x2000000000000000000000000000000000000015) }",
+ "code" : "{ (SELFDESTRUCT 0x2000000000000000000000000000000000000015) }",
"storage": {
}
},
@@ -555,7 +555,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to not existing account",
- "code" : "{ (SUICIDE 0x2000000000000000000000000000000000000115) }",
+ "code" : "{ (SELFDESTRUCT 0x2000000000000000000000000000000000000115) }",
"storage": {
}
},
@@ -571,7 +571,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to existing account",
- "code" : "{ (SUICIDE 0x1000000000000000000000000000000000000117) }",
+ "code" : "{ (SELFDESTRUCT 0x1000000000000000000000000000000000000117) }",
"storage": {
}
},