From b2b3f47e08d5e46174350ff0d27cca1df7ba9803 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 19:27:30 +0200 Subject: [PATCH] fix spec (#9467) (#9469) (cherry picked from commit fbcfecbc3a801a6216c4fffd65ff39c14cce713f) Co-authored-by: Sergio Mena --- spec/abci/abci++_methods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/abci/abci++_methods.md b/spec/abci/abci++_methods.md index 1218c05ce..0da22a69c 100644 --- a/spec/abci/abci++_methods.md +++ b/spec/abci/abci++_methods.md @@ -431,8 +431,8 @@ title: Methods there are other transactions with higher priority, then it should not include it in `ResponsePrepareProposal.txs`. However, this will not remove `tx` from the mempool. * If the Application wants to add a new transaction to the proposed block, then the - Application includes it in `ResponsePrepareProposal.txs`. In this case, Tendermint - will also add the transaction to the mempool. + Application includes it in `ResponsePrepareProposal.txs`. Tendermint will not add + the transaction to the mempool. * The Application should be aware that removing and adding transactions may compromise _traceability_. > Consider the following example: the Application transforms a client-submitted