mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 13:30:11 +00:00
Adds the `FinalizeBlock` method which replaces `BeginBlock`, `DeliverTx`, and `EndBlock` in a single call.
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
check_tx "abc"
|
|
check_tx "def=567"
|
|
finalize_block "def=567"
|
|
commit
|
|
finalize_block "hello=world"
|
|
commit
|
|
finalize_block "first=second"
|
|
commit
|
|
info
|