From eb76b1c73d5e76252d9aa6740bf7f5b47c029870 Mon Sep 17 00:00:00 2001 From: XiaoBei <1505929057@qq.com> Date: Thu, 3 Oct 2024 20:13:15 +0800 Subject: [PATCH] Update 01-prepare-proposal.md --- docs/build/abci/01-prepare-proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/abci/01-prepare-proposal.md b/docs/build/abci/01-prepare-proposal.md index c77c9094d450..19f07a98dd24 100644 --- a/docs/build/abci/01-prepare-proposal.md +++ b/docs/build/abci/01-prepare-proposal.md @@ -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`.