Skip to content

Commit

Permalink
fix tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Aug 14, 2024
1 parent 574ac8f commit 7f82c98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cli/commands/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ func CredentialsCommand(args TCredentialCommandArgs) error {
color.Green("transaction(%d): %s", i, txn.Hash().Hex())
}
}

core.PanicOnError("failed to invoke verifyWithdrawalCredentials", err)
}
return nil
}
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
app := &cli.App{
Name: "Eigenlayer Proofs CLi",
HelpName: "eigenproofs",
Usage: "Generates proofs to (1) checkpoint your validators, or (2) verify the withdrawal credentials of an inactive validator.",
Usage: "Generates proofs to (1) checkpoint your validators, or (2) verify the withdrawal credentials of an inactive validator. By default, the unsigned transactions will be printed to stdout as JSON. If you want to sign and broadcast these automatically, pass `--sender <pk>`.",
EnableBashCompletion: true,
UseShortOptionHandling: true,
Commands: []*cli.Command{
Expand Down

0 comments on commit 7f82c98

Please sign in to comment.