Skip to content

Commit

Permalink
docs: update x/group create-proposal to submit-proposal (#17544)
Browse files Browse the repository at this point in the history
(cherry picked from commit 860ab2f)
  • Loading branch information
fmorency authored and mergify[bot] committed Aug 25, 2023
1 parent bdbc1d6 commit dfa1258
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 dfa1258

Please sign in to comment.