Skip to content

Commit

Permalink
Rename and add comission rate command to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Mar 26, 2024
1 parent 72f5f66 commit 8ed60ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/ccv/provider/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func GetTxCmd() *cobra.Command {
cmd.AddCommand(NewSubmitConsumerDoubleVotingCmd())
cmd.AddCommand(NewOptInCmd())
cmd.AddCommand(NewOptOutCmd())
cmd.AddCommand(NewSetConsumerCommissionRateCmd())

return cmd
}
Expand Down Expand Up @@ -289,7 +290,7 @@ func NewOptOutCmd() *cobra.Command {
return cmd
}

func NewSetConsumerCommissionRate() *cobra.Command {
func NewSetConsumerCommissionRateCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "set-consumer-commission-rate [consumer-chain-id] [commission-rate]",
Short: "set a per-consumer chain commission",
Expand Down

0 comments on commit 8ed60ee

Please sign in to comment.