tendermint/tests/test_cli/ex2.abci.out

29 lines
406 B
Plaintext
Raw Normal View History

2016-07-23 15:54:58 -07:00
> set_option serial on
2017-10-23 16:54:38 -07:00
-> code: OK
2016-07-23 15:54:58 -07:00
> check_tx 0x00
2017-10-23 16:54:38 -07:00
-> code: OK
2016-07-23 15:54:58 -07:00
> check_tx 0xff
2017-10-23 16:54:38 -07:00
-> code: OK
2016-07-23 15:54:58 -07:00
2017-01-12 12:27:08 -08:00
> deliver_tx 0x00
2017-10-23 16:54:38 -07:00
-> code: OK
2016-07-23 15:54:58 -07:00
> check_tx 0x00
2017-11-30 14:36:16 -08:00
-> code: 2
2016-07-23 15:54:58 -07:00
-> log: Invalid nonce. Expected >= 1, got 0
2017-01-12 12:27:08 -08:00
> deliver_tx 0x01
2017-10-23 16:54:38 -07:00
-> code: OK
2016-07-23 15:54:58 -07:00
2017-01-12 12:27:08 -08:00
> deliver_tx 0x04
2017-11-30 14:36:16 -08:00
-> code: 2
2016-07-23 15:54:58 -07:00
-> log: Invalid nonce. Expected 2, got 4
> info
2017-10-23 16:54:38 -07:00
-> code: OK
2016-12-06 03:57:09 -08:00
-> data: {"hashes":0,"txs":2}
2017-10-23 16:54:38 -07:00
-> data.hex: 0x7B22686173686573223A302C22747873223A327D
2016-07-23 15:54:58 -07:00