Commit 00cd0cce authored by Gav Wood's avatar Gav Wood

Output hex strings.

parent ddfa3af4
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
"value" : "1000000000000000000" "value" : "1000000000000000000"
}, },
"gas" : "9949", "gas" : "9949",
"out" : [ "out" : "0x",
],
"post" : { "post" : {
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "999999999999999926", "balance" : "999999999999999926",
...@@ -94,8 +93,7 @@ ...@@ -94,8 +93,7 @@
"value" : "1000000000000000000" "value" : "1000000000000000000"
}, },
"gas" : "9832", "gas" : "9832",
"out" : [ "out" : "0x",
],
"post" : { "post" : {
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "999999999999999959", "balance" : "999999999999999959",
...@@ -143,8 +141,7 @@ ...@@ -143,8 +141,7 @@
"value" : "1000000000000000000" "value" : "1000000000000000000"
}, },
"gas" : "9971", "gas" : "9971",
"out" : [ "out" : "0x",
],
"post" : { "post" : {
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "500000000000000000", "balance" : "500000000000000000",
...@@ -186,8 +183,7 @@ ...@@ -186,8 +183,7 @@
"value" : "1000000000000000000" "value" : "1000000000000000000"
}, },
"gas" : "9999", "gas" : "9999",
"out" : [ "out" : "0x",
],
"post" : { "post" : {
"cd1722f3947def4cf144679da39c4c32bdc35681" : { "cd1722f3947def4cf144679da39c4c32bdc35681" : {
"balance" : "1000000000000000000", "balance" : "1000000000000000000",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment