github.com/okex/exchain@v1.8.0/libs/tendermint/abci/tests/test_cli/ex2.abci.out (about) 1 > set_option serial on 2 -> code: OK 3 -> log: OK (SetOption doesn't return anything.) 4 5 > check_tx 0x00 6 -> code: OK 7 -> data: {"sender":"00","sender_nonce":0,"gas_price":1,"nonce":0} 8 -> data.hex: 0x7B2273656E646572223A223030222C2273656E6465725F6E6F6E6365223A302C226761735F7072696365223A312C226E6F6E6365223A307D 9 10 > check_tx 0xff 11 -> code: OK 12 -> data: {"sender":"ff","sender_nonce":0,"gas_price":1,"nonce":0} 13 -> data.hex: 0x7B2273656E646572223A226666222C2273656E6465725F6E6F6E6365223A302C226761735F7072696365223A312C226E6F6E6365223A307D 14 15 > deliver_tx 0x00 16 -> code: OK 17 18 > check_tx 0x00 19 -> code: 2 20 -> log: Invalid nonce. Expected >= 1, got 0 21 22 > deliver_tx 0x01 23 -> code: OK 24 25 > deliver_tx 0x04 26 -> code: 2 27 -> log: Invalid nonce. Expected 2, got 4 28 29 > info 30 -> code: OK 31 -> data: {"hashes":0,"txs":2} 32 -> data.hex: 0x7B22686173686573223A302C22747873223A327D 33