Always give Fullnode a vote signer

This will allow us to use the the signer's pubkey as the node id.

Disable voting with a configuration option.
This commit is contained in:
Greg Fitzgerald
2019-01-30 17:16:55 -07:00
parent 00bb5925e1
commit e25992a011
7 changed files with 64 additions and 55 deletions

1
Cargo.lock generated
View File

@@ -2014,6 +2014,7 @@ dependencies = [
"solana-metrics 0.12.0",
"solana-netutil 0.12.0",
"solana-sdk 0.12.0",
"solana-vote-signer 0.12.0",
]
[[package]]