Skip to content

Commit

Permalink
Update 01-prepare-proposal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobei0715 authored Oct 3, 2024
1 parent 3a5a619 commit eb76b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/abci/01-prepare-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ it would like the block constructed.

The Cosmos SDK defines the `DefaultProposalHandler` type, which provides applications with
`PrepareProposal` and `ProcessProposal` handlers. If you decide to implement your
own `PrepareProposal` handler, you must be sure to ensure that the transactions
own `PrepareProposal` handler, you must ensure that the transactions
selected DO NOT exceed the maximum block gas (if set) and the maximum bytes provided
by `req.MaxBytes`.

Expand Down

0 comments on commit eb76b1c

Please sign in to comment.