Skip to content

Commit

Permalink
chore(docs): remove deprecated prop type (#17510)
Browse files Browse the repository at this point in the history
  • Loading branch information
GAtom22 committed Aug 23, 2023
1 parent 2db1247 commit dffcde2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions x/gov/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,22 +1146,6 @@ Example (`cancel-software-upgrade`):
simd tx gov submit-legacy-proposal cancel-software-upgrade --title="Test Proposal" --description="testing" --deposit="100000000stake" --from cosmos1..
```

Example (`community-pool-spend`):

```bash
simd tx gov submit-legacy-proposal community-pool-spend proposal.json --from cosmos1..
```

```json
{
"title": "Test Proposal",
"description": "testing, 1, 2, 3",
"recipient": "cosmos1..",
"amount": "10000000stake",
"deposit": "10000000stake"
}
```

Example (`param-change`):

```bash
Expand Down

0 comments on commit dffcde2

Please sign in to comment.