Skip to content

Commit

Permalink
fix cli bug (#6456)
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored Sep 20, 2023
1 parent d7eb3b7 commit 70ea701
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/poolmanager/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,6 @@ Ex) set-denom-pair-taker-fee uion,uosmo,0.0016,stake,uosmo,0.005,uatom,uosmo,0.0
cmd.Flags().AddFlagSet(FlagSetCreatePool())
flags.AddTxFlagsToCmd(cmd)

_ = cmd.MarkFlagRequired(FlagPoolFile)

return cmd
}

Expand Down

0 comments on commit 70ea701

Please sign in to comment.