diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:05:58 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:05:58 +0800 |
commit | c083eed5a526f3587c424dd1e2622f81a9ae2878 (patch) | |
tree | 2890d1d19d90bd21c771cc9e1b488fd8989dc1f0 /src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json | |
parent | 12f89dbb67710780370ddf21ce3702ef8059d547 (diff) | |
download | dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.gz dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.bz2 dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.lz dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.xz dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.zst dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.zip |
Fixing errors from JSONSchema/st-filler-schema.json
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json index 3daad5e81..fff79a953 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsCreate4ContractsFiller.json @@ -20,7 +20,7 @@ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "nonce" : "3", "storage" : { - "0x" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "0x00" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", "0x01" : "0x04" } }, @@ -32,17 +32,17 @@ }, "b88de88b35ecbf3c141e3caae2baf35834d18f63" : { "storage" : { - "0x" : "0x02" + "0x00" : "0x02" } }, "c506eeab8810e0b592686a218b889284e45b2c35" : { "storage" : { - "0x" : "0x01" + "0x00" : "0x01" } }, "d2571607e241ecf590ed94b12d87c94babe36db6" : { "storage" : { - "0x" : "0x03" + "0x00" : "0x03" } } } |