Skip to content

Commit

Permalink
Update 02-process-proposal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsonKotovi4 authored Jan 28, 2025
1 parent 02c6b52 commit c064ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/abci/02-process-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is the implementation of the default implementation:
https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.1/baseapp/abci_utils.go#L224-L231
```

Like `PrepareProposal` this implementation is the default and can be modified by
Like `PrepareProposal`, this implementation is the default and can be modified by
the application developer in [`app_di.go`](https://docs.cosmos.network/main/build/building-apps/app-go-di). If you decide to implement
your own `ProcessProposal` handler, you must ensure that the transactions
provided in the proposal DO NOT exceed the maximum block gas and `maxtxbytes` (if set).
Expand Down

0 comments on commit c064ee6

Please sign in to comment.