Files
tendermint/tests/test_cli/ex2.abci.out
Ethan Buchman 5189a2248d TMSP -> ABCI
2017-01-12 16:04:32 -05:00

27 lines
359 B
Plaintext

> set_option serial on
-> data: serial=on
> check_tx 0x00
-> code: OK
> check_tx 0xff
-> code: OK
> deliver_tx 0x00
-> code: OK
> check_tx 0x00
-> code: BadNonce
-> log: Invalid nonce. Expected >= 1, got 0
> deliver_tx 0x01
-> code: OK
> deliver_tx 0x04
-> code: BadNonce
-> log: Invalid nonce. Expected 2, got 4
> info
-> data: {"hashes":0,"txs":2}