Skip to content

Commit

Permalink
Merge pull request #1084 from ravaliGangasani/main
Browse files Browse the repository at this point in the history
Update gov_tx.go
  • Loading branch information
alpe authored Nov 8, 2022
2 parents a9ce273 + b7e4770 commit 928483f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/wasm/client/cli/gov_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func ProposalStoreCodeCmd() *cobra.Command {
cmd.Flags().String(flagInstantiateNobody, "", "Nobody except the governance process can instantiate a contract from the code, optional")
cmd.Flags().String(flagInstantiateByAddress, "", "Only this address can instantiate a contract instance from the code, optional")
cmd.Flags().Bool(flagUnpinCode, false, "Unpin code on upload, optional")
cmd.Flags().StringSlice(flagInstantiateByAnyOfAddress, []string{}, "Any of the addresses can instantiate a contract from the code, optional")

// proposal flags
cmd.Flags().String(cli.FlagTitle, "", "Title of proposal")
Expand Down

0 comments on commit 928483f

Please sign in to comment.