Updated potential errors in abci.md (#9003) (#9031)

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:
mergify[bot]
2022-07-18 13:48:11 +02:00
committed by GitHub
parent 25976c8fbc
commit 77075a6ad4

View File

@@ -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