Remove Copy from AccountsIndexConfig. Not all types will support it (#19686)
This commit is contained in:
committed by
GitHub
parent
16ab273bf6
commit
d3f938f0cf
@ -157,7 +157,7 @@ fn load_from_snapshot(
|
||||
process_options.accounts_db_test_hash_calculation,
|
||||
process_options.accounts_db_skip_shrink,
|
||||
process_options.verify_index,
|
||||
process_options.accounts_index_config,
|
||||
process_options.accounts_index_config.clone(),
|
||||
)
|
||||
.expect("Load from snapshot failed");
|
||||
|
||||
|
@ -504,7 +504,7 @@ pub fn process_blockstore(
|
||||
opts.accounts_db_caching_enabled,
|
||||
opts.shrink_ratio,
|
||||
false,
|
||||
opts.accounts_index_config,
|
||||
opts.accounts_index_config.clone(),
|
||||
);
|
||||
let bank0 = Arc::new(bank0);
|
||||
info!("processing ledger for slot 0...");
|
||||
|
Reference in New Issue
Block a user