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

Co-authored-by: johnzhu0907 <90296451+johnzhu0907@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2023-08-16 07:37:02 +00:00 committed by GitHub
parent 9645227115
commit af29f5521d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,9 +107,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",
"expedited": false
}