mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
30 lines
454 B
Plaintext
30 lines
454 B
Plaintext
> set_option serial on
|
|
-> code: OK
|
|
-> log: OK (SetOption doesn't return anything.)
|
|
|
|
> check_tx 0x00
|
|
-> code: OK
|
|
|
|
> check_tx 0xff
|
|
-> code: OK
|
|
|
|
> deliver_tx 0x00
|
|
-> code: OK
|
|
|
|
> check_tx 0x00
|
|
-> code: 2
|
|
-> log: Invalid nonce. Expected >= 1, got 0
|
|
|
|
> deliver_tx 0x01
|
|
-> code: OK
|
|
|
|
> deliver_tx 0x04
|
|
-> code: 2
|
|
-> log: Invalid nonce. Expected 2, got 4
|
|
|
|
> info
|
|
-> code: OK
|
|
-> data: {"hashes":0,"txs":2}
|
|
-> data.hex: 0x7B22686173686573223A302C22747873223A327D
|
|
|