chore(x/gov): update proposal.json go doc (backport #17397) (#17403)

Co-authored-by: johnzhu0907 <90296451+johnzhu0907@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot] 2023-08-16 08:59:43 +00:00 committed by GitHub
parent ded6b47aea
commit 0a28ba9f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -106,9 +106,9 @@ Where proposal.json contains:
],
// metadata can be any of base64 encoded, raw text, stringified json, IPFS link to json
// see below for example metadata
"metadata: "4pIMOgIGx1vZGU=",
"deposit": "10stake"
"title: "My proposal"
"metadata": "4pIMOgIGx1vZGU=",
"deposit": "10stake",
"title": "My proposal",
"summary": "A short summary of my proposal"
}