diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-07-10 23:56:20 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-07-14 18:24:07 +0800 |
commit | 8b084082eddbde956a0ece40f06489b49b93e3c3 (patch) | |
tree | 586331f457b780b473e649113743398ea04840ae /src | |
parent | 0ab9e8a17a86bebde7542d2510e95c739b741ad5 (diff) | |
download | dexon-tests-8b084082eddbde956a0ece40f06489b49b93e3c3.tar.gz dexon-tests-8b084082eddbde956a0ece40f06489b49b93e3c3.tar.zst dexon-tests-8b084082eddbde956a0ece40f06489b49b93e3c3.zip |
Expect zeros in the storage of an overwritten contract
Diffstat (limited to 'src')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json index a869d5019..c6eba3239 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json @@ -15,11 +15,6 @@ "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "storage" : { - "0x00" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x01" : "0x42", - "0x02" : "0x23", - "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x05" : "0x03e8" } } } |