Delete vestigal --vote-account argument (#5287)

automerge
This commit is contained in:
Michael Vines
2019-07-26 08:42:48 -07:00
committed by Grimes
parent 349ebec629
commit d6c74f438a
3 changed files with 0 additions and 15 deletions

View File

@ -46,13 +46,6 @@ fn main() {
.takes_value(true)
.help("File containing an identity (keypair)"),
)
.arg(
Arg::with_name("vote_account")
.long("vote-account")
.value_name("PUBKEY_BASE58_STR")
.takes_value(true)
.help("Public key of the vote account, where to send votes"),
)
.arg(
Arg::with_name("voting_keypair")
.long("voting-keypair")