Added --health-check-slot-distance (#10324)

This commit is contained in:
Michael Vines
2020-05-29 15:31:52 -07:00
committed by GitHub
parent 778078e1dc
commit eb45aaa6c3
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)]