mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 02:52:07 +00:00
Remove Response/Request SetOption from ABCI. Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
24 lines
287 B
Plaintext
24 lines
287 B
Plaintext
> check_tx 0x00
|
|
-> code: OK
|
|
|
|
> check_tx 0xff
|
|
-> code: OK
|
|
|
|
> deliver_tx 0x00
|
|
-> code: OK
|
|
|
|
> check_tx 0x00
|
|
-> code: OK
|
|
|
|
> deliver_tx 0x01
|
|
-> code: OK
|
|
|
|
> deliver_tx 0x04
|
|
-> code: OK
|
|
|
|
> info
|
|
-> code: OK
|
|
-> data: {"hashes":0,"txs":3}
|
|
-> data.hex: 0x7B22686173686573223A302C22747873223A337D
|
|
|