aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-08-04 22:36:22 +0800
committerGitHub <noreply@github.com>2017-08-04 22:36:22 +0800
commit3f884be385a4a2f20c72f330fd5bf202e7e84c7d (patch)
tree4bcea7eb1fe574e0bcd2b9b2f86a9b199c3d50ef /src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json
parent45f8be4196b2830728d4b1ea1b7564ad89e6ab0c (diff)
parent7f1e98b2a5d586489ca95d5085bd12e006744103 (diff)
downloaddexon-tests-3f884be385a4a2f20c72f330fd5bf202e7e84c7d.tar.gz
dexon-tests-3f884be385a4a2f20c72f330fd5bf202e7e84c7d.tar.zst
dexon-tests-3f884be385a4a2f20c72f330fd5bf202e7e84c7d.zip
Merge pull request #244 from ethereum/clear-storage-after-init
Change tests so that the storage is cleared before, not after contract initialization
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json
index 4af59b7e0..2e649ac3c 100644
--- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json
@@ -15,7 +15,11 @@
"result" : {
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
"storage" : {
- }
+ "0x00" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "0x01" : "0x42",
+ "0x02" : "0x23",
+ "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "0x05" : "0x03e8" }
}
}
},