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

automerge
This commit is contained in:
mergify[bot]
2020-05-29 17:10:46 -07:00
committed by GitHub
parent 163217815b
commit 4dd6591bfd
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)]