mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 07:37:14 +00:00
Fix TMSP tutorial outputs
This commit is contained in:
@@ -1,31 +1,32 @@
|
||||
> echo hello
|
||||
-> data: {hello}
|
||||
-> data: hello
|
||||
|
||||
> info
|
||||
-> data: {size:0}
|
||||
-> data: {"size":0}
|
||||
|
||||
> commit
|
||||
-> data: 0x
|
||||
|
||||
> append_tx abc
|
||||
-> code: OK
|
||||
|
||||
> info
|
||||
-> data: {size:1}
|
||||
-> data: {"size":1}
|
||||
|
||||
> commit
|
||||
-> data: {750502FC7E84BBD788ED589624F06CFA871845D1}
|
||||
-> data: 0x750502FC7E84BBD788ED589624F06CFA871845D1
|
||||
|
||||
> query abc
|
||||
-> code: OK
|
||||
-> data: {Index=0 value=abc exists=true}
|
||||
-> data: {"index":0,"value":"abc","exists":true}
|
||||
|
||||
> append_tx def=xyz
|
||||
-> code: OK
|
||||
|
||||
> commit
|
||||
-> data: {76393B8A182E450286B0694C629ECB51B286EFD5}
|
||||
-> data: 0x76393B8A182E450286B0694C629ECB51B286EFD5
|
||||
|
||||
> query def
|
||||
-> code: OK
|
||||
-> data: {Index=1 value=xyz exists=true}
|
||||
-> data: {"index":1,"value":"xyz","exists":true}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
> set_option serial on
|
||||
-> data: {serial=on}
|
||||
-> data: serial=on
|
||||
|
||||
> check_tx 0x00
|
||||
-> code: OK
|
||||
@@ -22,5 +22,5 @@
|
||||
-> log: Invalid nonce. Expected 2, got 4
|
||||
|
||||
> info
|
||||
-> data: {hashes:0, txs:2}
|
||||
-> data: {"hashes":0,"txs":2}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user