mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 15:47:07 +00:00
Fix tests; Update go-merkle API
This commit is contained in:
@@ -17,6 +17,7 @@ func StartApp(tmspApp string) *process.Process {
|
||||
// Start the app
|
||||
//outBuf := NewBufferCloser(nil)
|
||||
proc, err := process.StartProcess("tmsp_app",
|
||||
"",
|
||||
"bash",
|
||||
[]string{"-c", tmspApp},
|
||||
nil,
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user