diff options
Merge pull request #367 from ethereum/schema-linting
Improvements to Test Schema Linting
Diffstat (limited to 'src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json index deb55664a..c7956bb6b 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json @@ -29,12 +29,12 @@ "f1ecf98489fa9ed60a664fc4998db699cfa39d40" : { "balance" : "0x01", "storage" : { - "0x00" : "12" + "0x00" : "0x0c" } }, "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { - "0x01" : "12" + "0x01" : "0x0c" } } } @@ -59,12 +59,12 @@ "f1ecf98489fa9ed60a664fc4998db699cfa39d40" : { "balance" : "0x01", "storage" : { - "0x00" : "12" + "0x00" : "0x0c" } }, "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { - "0x01" : "12" + "0x01" : "0x0c" } } } |