OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / abci / tests / test_cli / ex2.abci.out
1 > set_option serial on
2 -> code: OK
3
4 > check_tx 0x00
5 -> code: OK
6
7 > check_tx 0xff
8 -> code: OK
9
10 > deliver_tx 0x00
11 -> code: OK
12
13 > check_tx 0x00
14 -> code: BadNonce
15 -> log: Invalid nonce. Expected >= 1, got 0
16
17 > deliver_tx 0x01
18 -> code: OK
19
20 > deliver_tx 0x04
21 -> code: BadNonce
22 -> log: Invalid nonce. Expected 2, got 4
23
24 > info 
25 -> code: OK
26 -> data: {"hashes":0,"txs":2}
27 -> data.hex: 0x7B22686173686573223A302C22747873223A327D
28