From 00cd0cce8f0fc0ca8aa2c8ca424954d4932672f2 Mon Sep 17 00:00:00 2001
From: Gav Wood <i@gavwood.com>
Date: Sat, 12 Jul 2014 21:20:04 +0200
Subject: [PATCH] Output hex strings.

---
 vmtests.json | 12 ++++--------
 1 file 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",
-- 
GitLab