Skip to content

Commit

Permalink
fix: add missing args of bls account generate-proof cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Mar 4, 2024
1 parent 72fcd3b commit 7e1da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/blsaccountcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Delete the selected BLS account from the BLS wallet.`,
Name: "generate-proof",
Usage: "Generate ownership proof for the selected BLS account from the BLS wallet",
Action: blsAccountGenerateProof,
ArgsUsage: "<BLS pubkey>",
ArgsUsage: "<operator address> <BLS pubkey>",
Category: "BLS ACCOUNT COMMANDS",
Flags: []cli.Flag{
utils.DataDirFlag,
Expand Down

0 comments on commit 7e1da1a

Please sign in to comment.