Skip to content

Commit

Permalink
Merge pull request #1415 from CosmWasm/fix_cli_bug
Browse files Browse the repository at this point in the history
Fix cli update-instantiate-config command
  • Loading branch information
alpe authored May 24, 2023
2 parents 8e5b157 + 19e8bc8 commit a326a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/client/cli/new_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func UpdateInstantiateConfigCmd() *cobra.Command {
}

msg := types.MsgUpdateInstantiateConfig{
Sender: string(clientCtx.GetFromAddress()),
Sender: clientCtx.GetFromAddress().String(),
CodeID: codeID,
NewInstantiatePermission: perm,
}
Expand Down

0 comments on commit a326a7b

Please sign in to comment.