docs(x/group): fix submit-proposal help json example (#17546)

This commit is contained in:
Félix C. Morency 2023-08-25 11:37:09 -04:00 committed by GitHub
parent 860ab2fa72
commit 6b868a1e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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..."],
}