Skip to content

Commit

Permalink
minor revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Aug 9, 2023
1 parent cb41fe3 commit ee8e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/user/message-based-governance-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For Regen Ledger and other Cosmos SDK applications, governance proposals known a

Following the upgrade to Regen Ledger `v5`, the [submit-proposal](../../commands/regen_tx_gov_submit-proposal.md) command submits message-based governance proposals and the [submit-legacy-proposal](../../commands/regen_tx_gov_submit-legacy-proposal.md) command submits "legacy" proposals including "parameter-change proposals". To submit a parameter-change proposal for any module other than the `ecocredit` module, you need to use the `submit-legacy-proposal` command.

With message-based governance proposals, the messages in each proposal are signed by the `gov` module account if and when the proposal is executed, or in other words, messages within a proposal are called on behalf of the `gov` module account. This makes it possible for the `gov` module account also has the ability to create and manage entities such as credit classes and groups.
With message-based governance proposals, the messages in each proposal are signed by the `gov` module account if and when the proposal is executed, or in other words, messages within a proposal are called on behalf of the `gov` module account. This makes it possible for the `gov` module account to create and manage entities such as credit classes and groups.

#### Gov Account

Expand Down

0 comments on commit ee8e7df

Please sign in to comment.