Skip to content

Commit

Permalink
fix spec (tendermint#9467)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-mena authored Sep 21, 2022
1 parent fe0aa4d commit fbcfecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/abci/abci++_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbcfecb

Please sign in to comment.