tendermint/tests/test_cli/ex2.abci.out

23 lines
346 B
Plaintext
Raw Normal View History

2016-07-23 15:54:58 -07:00
> set_option serial on
> check_tx 0x00
> check_tx 0xff
2017-01-12 12:27:08 -08:00
> deliver_tx 0x00
2016-07-23 15:54:58 -07:00
> check_tx 0x00
-> code: BadNonce
-> log: Invalid nonce. Expected >= 1, got 0
2017-01-12 12:27:08 -08:00
> deliver_tx 0x01
2016-07-23 15:54:58 -07:00
2017-01-12 12:27:08 -08:00
> deliver_tx 0x04
2016-07-23 15:54:58 -07:00
-> code: BadNonce
-> log: Invalid nonce. Expected 2, got 4
> info
2016-12-06 03:57:09 -08:00
-> data: {"hashes":0,"txs":2}
2017-01-27 22:27:32 -08:00
-> data.hex: 7B22686173686573223A302C22747873223A327D
2016-07-23 15:54:58 -07:00