Fix TMSP tutorial outputs

This commit is contained in:
Jae Kwon
2016-12-06 03:57:09 -08:00
parent b3e5d0afa1
commit c5f008d60f
5 changed files with 14 additions and 13 deletions
+8 -7
View File
@@ -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}
+2 -2
View File
@@ -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}