Skip to content

Commit

Permalink
chore(x/gov): update proposal.json go doc (#17397)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzhu0907 authored Aug 16, 2023
1 parent 104ebe6 commit 2d32576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/gov/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2d32576

Please sign in to comment.