Remove generic transaction options

This commit is contained in:
Jim McDonald
2020-06-08 09:10:12 +01:00
parent 51e289b72b
commit 1032789706
3 changed files with 1 additions and 22 deletions

View File

@@ -176,7 +176,6 @@ func init() {
validatorExitCmd.Flags().StringVar(&validatorExitKey, "key", "", "Private key if account not known by ethdo")
validatorExitCmd.Flags().BoolVar(&validatorExitJSONOutput, "json-output", false, "Print JSON transaction; do not broadcast to network")
validatorExitCmd.Flags().StringVar(&validatorExitJSON, "json", "", "Use JSON as created by --json-output to exit")
addTransactionFlags(validatorExitCmd)
}
type validatorExitData struct {