Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Remove excess func call
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Nov 3, 2021
1 parent 81120f0 commit ebb0447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chains/evm/cli/account/generate-key-pair.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ var generateKeyPairCmd = &cobra.Command{
Long: "The generate subcommand is used to generate the bridge keystore. If no options are specified, a Secp256k1 key will be made.",
RunE: generateKeyPair,
PreRun: func(cmd *cobra.Command, args []string) {
confirmTransfer(cmd, args)
logger.LoggerMetadata(cmd.Name(), cmd.Flags())
},
}
Expand Down

0 comments on commit ebb0447

Please sign in to comment.