Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 9, 2024
1 parent b1177df commit 858bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func parseForwarding(cmd *cobra.Command) (*types.Forwarding, error) {

// normalizeArgs takes the positional arguments specified and if the unwind flag
// is false and the args array is of length 4, returns them as-is or, if unwind is true and the
// args array has a length of 2, inserts an two empty strings at the beginning signifying the
// args array has a length of 2, inserts two empty strings at the beginning signifying the
// portID and channelID.
func normalizeArgs(cmd *cobra.Command, args []string) ([]string, error) {
unwind, err := cmd.Flags().GetBool(flagUnwind)
Expand Down

0 comments on commit 858bb2c

Please sign in to comment.