Skip to content

Commit cbcdffb

Browse files
[cherry-picked] abci++: only include meaningful header fields in data passed-through to application (tendermint#8216) (#98)
closes: tendermint#7950 Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
1 parent 8786a7b commit cbcdffb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/abci/abci++_methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ title: Methods
420420
`next_validators_hash`, and `proposer_address` are the same as in `RequestProcessProposal`.
421421
* `RequestPrepareProposal.local_last_commit` is a set of the precommit votes that allowed the
422422
decision of the previous block.
423-
* The `height`, `time`, and `proposer_address` values match the values from the header of the
424-
proposed block.
423+
* Fields `height`, `time`, `proposer_address`, and `next_validators_hash` match the values from
424+
the header of the proposed block.
425425
* `RequestPrepareProposal` contains a preliminary set of transactions `txs` that Tendermint
426426
retrieved from the mempool, called _raw proposal_. The Application can modify this
427427
set and return a modified set of transactions via `ResponsePrepareProposal.txs` .

0 commit comments

Comments
 (0)