Skip to content

Commit

Permalink
Update gov_tx.go
Browse files Browse the repository at this point in the history
adding instantiate-anyof-addresses flag in the gov_tx.go
  • Loading branch information
ravaliGangasani authored Nov 8, 2022
1 parent a9ce273 commit b7e4770
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 b7e4770

Please sign in to comment.