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
(cherry picked from commit 6b868a1)
  • Loading branch information
fmorency authored and mergify[bot] committed Aug 25, 2023
1 parent dea01dd commit f463e2a
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 @@ -566,13 +566,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 f463e2a

Please sign in to comment.