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/vmBlockInfoTest.json | |
parent | e17a909f70af18fbfc0216c061a663e8778e7d5c (diff) | |
download | tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.tar tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.tar.gz tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.tar.bz2 tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.tar.lz tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.tar.xz tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.tar.zst tangerine-tests-c1696531a646309b2b286abb7552eb05f1278cd1.zip |
corrected tests and different style for storage
Diffstat (limited to 'vmtests/vmBlockInfoTest.json')
-rw-r--r-- | vmtests/vmBlockInfoTest.json | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/vmtests/vmBlockInfoTest.json b/vmtests/vmBlockInfoTest.json index 72c1d7bb8..f22060dd3 100644 --- a/vmtests/vmBlockInfoTest.json +++ b/vmtests/vmBlockInfoTest.json @@ -28,9 +28,7 @@ "code" : "0x41600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" - ] + "0x" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" } } }, @@ -73,9 +71,7 @@ "code" : "0x44600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x0100" - ] + "0x" : "0x0100" } } }, @@ -118,9 +114,7 @@ "code" : "0x45600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x0f4240" - ] + "0x" : "0x0f4240" } } }, @@ -205,9 +199,7 @@ "code" : "0x40600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - ] + "0x" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" } } }, @@ -250,9 +242,7 @@ "code" : "0x42600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x01" - ] + "0x" : "0x01" } } }, |