Fix tests; Update go-merkle API

This commit is contained in:
Jae Kwon
2016-12-06 02:15:32 -08:00
parent 40448a3897
commit 5e83e481bf
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
> query abc
-> code: OK
-> data: {{"index":0,"value":"abc","exists":true}}
-> data: {Index=0 value=abc exists=true}
> append_tx def=xyz
-> code: OK
@@ -27,5 +27,5 @@
> query def
-> code: OK
-> data: {{"index":1,"value":"xyz","exists":true}}
-> data: {Index=1 value=xyz exists=true}