mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
update cli example for new query result format
This commit is contained in:
@ -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