Skip to content

Commit

Permalink
docs: update x/group create-proposal to submit-proposal (backport #17544
Browse files Browse the repository at this point in the history
) (#17548)

Co-authored-by: Félix C. Morency <1102868+fmorency@users.noreply.github.com>
  • Loading branch information
mergify[bot] and fmorency committed Aug 25, 2023
1 parent bdbc1d6 commit dea01dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,18 +1128,18 @@ Example:
simd tx group update-group-policy-decision-policy cosmos1.. cosmos1.. '{"@type":"/cosmos.group.v1.ThresholdDecisionPolicy", "threshold":"2", "windows": {"voting_period": "120h", "min_execution_period": "0s"}}'
```

#### create-proposal
#### submit-proposal

The `create-proposal` command allows users to submit a new proposal.
The `submit-proposal` command allows users to submit a new proposal.

```bash
simd tx group create-proposal [group-policy-account] [proposer[,proposer]*] [msg_tx_json_file] [metadata] [flags]
simd tx group submit-proposal [group-policy-account] [proposer[,proposer]*] [msg_tx_json_file] [metadata] [flags]
```

Example:

```bash
simd tx group create-proposal cosmos1.. cosmos1.. msg_tx.json "AQ=="
simd tx group submit-proposal cosmos1.. cosmos1.. msg_tx.json "AQ=="
```

#### withdraw-proposal
Expand Down

0 comments on commit dea01dd

Please sign in to comment.