diff --git a/core/src/validator.rs b/core/src/validator.rs index 19fed05c07..5778f8d500 100644 --- a/core/src/validator.rs +++ b/core/src/validator.rs @@ -252,7 +252,6 @@ struct TransactionHistoryServices { } pub struct Validator { - pub id: Pubkey, validator_exit: Arc>, json_rpc_service: Option, pubsub_service: Option, @@ -748,7 +747,6 @@ impl Validator { datapoint_info!("validator-new", ("id", id.to_string(), String)); *start_progress.write().unwrap() = ValidatorStartProgress::Running; Self { - id, gossip_service, serve_repair_service, json_rpc_service,