Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jun 25, 2024
1 parent 544e428 commit 1e4be02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icq-relayer/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func StartCommand() *cobra.Command {
RunE: func(cmd *cobra.Command, args []string) error {
cmd.Flags().Set(flags.FlagFrom, args[0])
homepath, err := cmd.Flags().GetString(FlagHomePath)
fmt.Println(cmd.Flags())
if err != nil {
return err
}
Expand Down Expand Up @@ -146,6 +145,7 @@ func StartCommand() *cobra.Command {
}

startCommand.Flags().String(FlagHomePath, types.DefaultHomePath, "homedir")
flags.AddTxFlagsToCmd(startCommand)
return startCommand
}

Expand Down

0 comments on commit 1e4be02

Please sign in to comment.