Skip to content

Commit

Permalink
CNS-955: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed May 27, 2024
1 parent bfa8e87 commit 9a93547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/pairing/client/cli/tx_stake_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ func CmdBulkStakeProvider() *cobra.Command {
cmd.Flags().String(types.FlagWebsite, "", "The provider's website")
cmd.Flags().String(types.FlagSecurityContact, "", "The provider's security contact info")
cmd.Flags().String(types.FlagDescriptionDetails, "", "The provider's description details")
cmd.Flags().String(types.FlagProvider, "", "The provider's operational address (addresses that are used to operate the provider process. default is provider address)")
cmd.Flags().Bool(types.FlagGrantFeeAuth, false, "Let the provider use the vault address' funds for gas fees")
cmd.MarkFlagRequired(types.FlagMoniker)
cmd.MarkFlagRequired(types.FlagDelegationLimit)
Expand Down

0 comments on commit 9a93547

Please sign in to comment.