Skip to content

Commit

Permalink
docs(x/group): fix submit-proposal help json example (#17546)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Aug 25, 2023
1 parent 860ab2f commit 6b868a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/group/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,13 @@ Parameters:
"from_address": "cosmos1...",
"to_address": "cosmos1...",
"amount":[{"denom": "stake","amount": "10"}]
"title": "My proposal",
"summary": "This is a proposal to send 10 stake to cosmos1...",
}
],
// metadata can be any of base64 encoded, raw text, stringified json, IPFS link to json
// see below for example metadata
"metadata": "4pIMOgIGx1vZGU=", // base64-encoded metadata
"title": "My proposal",
"summary": "This is a proposal to send 10 stake to cosmos1...",
"proposers": ["cosmos1...", "cosmos1..."],
}
Expand Down

0 comments on commit 6b868a1

Please sign in to comment.