mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 14:43:19 +00:00
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
Co-authored-by: Josef Widder <44643235+josef-widder@users.noreply.github.com>
(cherry picked from commit 48f3062d9d)
Co-authored-by: Rishabh Goel <36698583+Coder-RG@users.noreply.github.com>
This commit is contained in:
@@ -40,13 +40,13 @@ tendermint should not continue.
|
||||
In the Go implementation these methods take a context and may return
|
||||
an error. The context exists so that applications can terminate
|
||||
gracefully during shutdown, and the error return value makes it
|
||||
possible for applications to singal transient errors to Tendermint.
|
||||
possible for applications to signal transient errors to Tendermint.
|
||||
|
||||
### CheckTx
|
||||
|
||||
The `CheckTx` ABCI method controls what transactions are considered for inclusion in a block.
|
||||
When Tendermint receives a `ResponseCheckTx` with a non-zero `Code`, the associated
|
||||
transaction will be not be added to Tendermint's mempool or it will be removed if
|
||||
transaction will not be added to Tendermint's mempool or it will be removed if
|
||||
it is already included.
|
||||
|
||||
### DeliverTx
|
||||
|
||||
Reference in New Issue
Block a user