Skip to content

Commit

Permalink
pulling in CosmWasm#1084 to notional branch. closes CosmWasm#1254 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabmitra authored Dec 13, 2022
1 parent 0693f4e commit e01c92c
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 @@ -57,6 +57,7 @@ func ProposalStoreCodeCmd() *cobra.Command {
}

unpinCode, err := cmd.Flags().GetBool(flagUnpinCode)
cmd.Flags().StringSlice(flagInstantiateByAnyOfAddress, []string{}, "Any of the addresses can instantiate a contract from the code, optional")
if err != nil {
return err
}
Expand Down

0 comments on commit e01c92c

Please sign in to comment.