Skip to content

Commit

Permalink
fix 02-process-proposal.
Browse files Browse the repository at this point in the history
  • Loading branch information
GINMEL authored Sep 7, 2024
1 parent 56f71e5 commit d3c8a8c
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 @@ -18,7 +18,7 @@ https://github.com/cosmos/cosmos-sdk/blob/v0.50.0-alpha.0/baseapp/abci_utils.go#
```

Like `PrepareProposal` this implementation is the default and can be modified by
the application developer in [`app.go`](https://docs.cosmos.network/main/build/building-apps/app-go). If you decide to implement
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 be sure to 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 d3c8a8c

Please sign in to comment.