mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 12:11:44 +00:00
update cli example for new query result format
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
> query abc
|
> query abc
|
||||||
-> code: OK
|
-> code: OK
|
||||||
-> data: {Index=0 value=abc exists=true}
|
-> data: {{"index":0,"value":"abc","exists":true}}
|
||||||
|
|
||||||
> append_tx def=xyz
|
> append_tx def=xyz
|
||||||
-> code: OK
|
-> code: OK
|
||||||
@ -27,5 +27,5 @@
|
|||||||
|
|
||||||
> query def
|
> query def
|
||||||
-> code: OK
|
-> code: OK
|
||||||
-> data: {Index=1 value=xyz exists=true}
|
-> data: {{"index":1,"value":"xyz","exists":true}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user