AccountsIndexConfig -> AccountsDbConfig (#19687)
This commit is contained in:
committed by
GitHub
parent
590e113f16
commit
456bf15012
@ -58,7 +58,7 @@ pub fn safe_clone_config(config: &ValidatorConfig) -> ValidatorConfig {
|
||||
poh_hashes_per_batch: config.poh_hashes_per_batch,
|
||||
no_wait_for_vote_to_start_leader: config.no_wait_for_vote_to_start_leader,
|
||||
accounts_shrink_ratio: config.accounts_shrink_ratio,
|
||||
accounts_index_config: config.accounts_index_config.clone(),
|
||||
accounts_db_config: config.accounts_db_config.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user