validator: Added --health-check-slot-distance (bp #10324) (#10330)

automerge
This commit is contained in:
mergify[bot]
2020-05-29 17:49:09 -07:00
committed by GitHub
parent 9b63f7a50f
commit c344a878b6
3 changed files with 52 additions and 18 deletions

View File

@@ -64,6 +64,7 @@ pub struct JsonRpcConfig {
pub enable_rpc_transaction_history: bool,
pub identity_pubkey: Pubkey,
pub faucet_addr: Option<SocketAddr>,
pub health_check_slot_distance: u64,
}
#[derive(Clone)]