remove old keystore flag (#1610)

This commit is contained in:
Preston Van Loon 2019-02-15 17:50:25 -05:00 committed by GitHub
parent d174c4eed8
commit c07b9bb456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -82,8 +82,6 @@ VERSION:
cmd.TraceSampleFractionFlag,
cmd.MonitoringPortFlag,
cmd.DisableMonitoringFlag,
cmd.KeystorePasswordFlag,
cmd.KeystoreDirectoryFlag,
debug.PProfFlag,
debug.PProfAddrFlag,
debug.PProfPortFlag,

View File

@ -71,12 +71,6 @@ var (
Usage: "Port used to listening and respond metrics for prometheus.",
Value: 8080,
}
// KeystoreDirectoryFlag defines a flag to indicate where the keystore of the user
// is located.
KeystoreDirectoryFlag = DirectoryFlag{
Name: "keystore-dir",
Usage: "Keystore directory indicates which directory the keystore is located.",
}
// KeystorePasswordFlag defines the password that will unlock the keystore file.
KeystorePasswordFlag = cli.StringFlag{
Name: "keystore-password",

View File

@ -114,7 +114,6 @@ contract in order to activate the validator client`,
cmd.TracingEndpointFlag,
cmd.TraceSampleFractionFlag,
cmd.KeystorePasswordFlag,
cmd.KeystoreDirectoryFlag,
cmd.BootstrapNode,
cmd.MonitoringPortFlag,
debug.PProfFlag,