tendermint/tests/test_cli/ex2.tmsp.out

27 lines
356 B
Plaintext
Raw Normal View History

2016-07-23 18:54:58 -04:00
> set_option serial on
2016-12-06 03:57:09 -08:00
-> data: serial=on
2016-07-23 18:54:58 -04:00
> check_tx 0x00
-> code: OK
> check_tx 0xff
-> code: OK
> append_tx 0x00
-> code: OK
> check_tx 0x00
-> code: BadNonce
-> log: Invalid nonce. Expected >= 1, got 0
> append_tx 0x01
-> code: OK
> append_tx 0x04
-> code: BadNonce
-> log: Invalid nonce. Expected 2, got 4
> info
2016-12-06 03:57:09 -08:00
-> data: {"hashes":0,"txs":2}
2016-07-23 18:54:58 -04:00