diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-07 03:17:09 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-07 03:17:09 +0800 |
commit | c1696531a646309b2b286abb7552eb05f1278cd1 (patch) | |
tree | eb7033ce8648e5bebad9405d29841b357aaf33a6 /vmtests/vmSha3Test.json | |
parent | e17a909f70af18fbfc0216c061a663e8778e7d5c (diff) | |
download | dexon-c1696531a646309b2b286abb7552eb05f1278cd1.tar dexon-c1696531a646309b2b286abb7552eb05f1278cd1.tar.gz dexon-c1696531a646309b2b286abb7552eb05f1278cd1.tar.bz2 dexon-c1696531a646309b2b286abb7552eb05f1278cd1.tar.lz dexon-c1696531a646309b2b286abb7552eb05f1278cd1.tar.xz dexon-c1696531a646309b2b286abb7552eb05f1278cd1.tar.zst dexon-c1696531a646309b2b286abb7552eb05f1278cd1.zip |
corrected tests and different style for storage
Diffstat (limited to 'vmtests/vmSha3Test.json')
-rw-r--r-- | vmtests/vmSha3Test.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/vmtests/vmSha3Test.json b/vmtests/vmSha3Test.json index 0ea659b51..54ba645a9 100644 --- a/vmtests/vmSha3Test.json +++ b/vmtests/vmSha3Test.json @@ -28,9 +28,7 @@ "code" : "0x6000600020600057", "nonce" : "0", "storage" : { - "0x" : [ - "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - ] + "0x" : "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" } } }, @@ -73,9 +71,7 @@ "code" : "0x6005600420600057", "nonce" : "0", "storage" : { - "0x" : [ - "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec" - ] + "0x" : "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec" } } }, @@ -118,9 +114,7 @@ "code" : "0x600a600a20600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x6bd2dd6bd408cbee33429358bf24fdc64612fbf8b1b4db604518f40ffd34b607" - ] + "0x" : "0x6bd2dd6bd408cbee33429358bf24fdc64612fbf8b1b4db604518f40ffd34b607" } } }, |