diff --git a/x/wasm/client/cli/new_tx.go b/x/wasm/client/cli/new_tx.go index 39562248c8..16b9b1bacf 100644 --- a/x/wasm/client/cli/new_tx.go +++ b/x/wasm/client/cli/new_tx.go @@ -142,7 +142,7 @@ func UpdateInstantiateConfigCmd() *cobra.Command { } msg := types.MsgUpdateInstantiateConfig{ - Sender: string(clientCtx.GetFromAddress()), + Sender: clientCtx.GetFromAddress().String(), CodeID: codeID, NewInstantiatePermission: perm, }