docs: fix several typos in the document (#22098)
Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Marko
Julien Robert
parent
1312a811d4
commit
cd2c8eac55
+1
-1
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user