This commit is contained in:
Jim McDonald
2024-03-04 16:34:21 +00:00
parent 697b6d4230
commit 564228ff00
53 changed files with 53 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ var validatorWithdrawalCmd = &cobra.Command{
ethdo validator withdrawal --validator=primary/validator
In quiet mode this will return 0 if the validator exists, otherwise 1.`,
RunE: func(cmd *cobra.Command, args []string) error {
RunE: func(cmd *cobra.Command, _ []string) error {
res, err := validatorwithdrawal.Run(cmd)
if err != nil {
return err