diff options
author | Gav Wood <i@gavwood.com> | 2014-07-13 03:20:04 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-07-13 03:20:04 +0800 |
commit | 00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2 (patch) | |
tree | d4f80c68849cb80a2f18ae7e84947c80bd2d45bc /vmtests.json | |
parent | ddfa3af45da9d5d81da38745ae23ee93ce390c2b (diff) | |
download | dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.tar dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.tar.gz dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.tar.bz2 dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.tar.lz dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.tar.xz dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.tar.zst dexon-tests-00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2.zip |
Output hex strings.
Diffstat (limited to 'vmtests.json')
-rw-r--r-- | vmtests.json | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/vmtests.json b/vmtests.json index 8deade7f7..8673ba2d2 100644 --- a/vmtests.json +++ b/vmtests.json @@ -27,8 +27,7 @@ "value" : "1000000000000000000" }, "gas" : "9949", - "out" : [ - ], + "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "999999999999999926", @@ -94,8 +93,7 @@ "value" : "1000000000000000000" }, "gas" : "9832", - "out" : [ - ], + "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "999999999999999959", @@ -143,8 +141,7 @@ "value" : "1000000000000000000" }, "gas" : "9971", - "out" : [ - ], + "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "500000000000000000", @@ -186,8 +183,7 @@ "value" : "1000000000000000000" }, "gas" : "9999", - "out" : [ - ], + "out" : "0x", "post" : { "cd1722f3947def4cf144679da39c4c32bdc35681" : { "balance" : "1000000000000000000", |