Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed Dec 10, 2024
1 parent b09cba7 commit 0b3084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/hub-genesis/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func NewSendTransferCmd() *cobra.Command {
return err
}
msg := &hubgentypes.MsgSendTransfer{
Relayer: ctx.GetFromAddress().String(),
Signer: ctx.GetFromAddress().String(),
ChannelId: args[0],
}

Expand Down

0 comments on commit 0b3084c

Please sign in to comment.