Skip to content

Commit

Permalink
docs(x/group): fix submit-proposal help json example (backport #17546) (
Browse files Browse the repository at this point in the history
#17551)

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 dea01dd commit 4bba75e
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 4bba75e

Please sign in to comment.