Skip to content

Commit ecddb31

Browse files
ravaliGangasanialpe
authored andcommitted
Update gov_tx.go
adding instantiate-anyof-addresses flag in the gov_tx.go (cherry picked from commit b7e4770)
1 parent d8ebe64 commit ecddb31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x/wasm/client/cli/gov_tx.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func ProposalStoreCodeCmd() *cobra.Command {
8787
cmd.Flags().String(flagInstantiateNobody, "", "Nobody except the governance process can instantiate a contract from the code, optional")
8888
cmd.Flags().String(flagInstantiateByAddress, "", "Only this address can instantiate a contract instance from the code, optional")
8989
cmd.Flags().Bool(flagUnpinCode, false, "Unpin code on upload, optional")
90+
cmd.Flags().StringSlice(flagInstantiateByAnyOfAddress, []string{}, "Any of the addresses can instantiate a contract from the code, optional")
9091

9192
// proposal flags
9293
cmd.Flags().String(cli.FlagTitle, "", "Title of proposal")

0 commit comments

Comments
 (0)