ledger tool limit_load_slot_count_from_snapshot avoids assert failures (#17974)
This commit is contained in:
committed by
GitHub
parent
0323ea9f7e
commit
dbd4dc04b0
@ -107,6 +107,7 @@ mod tests {
|
||||
AccountSecondaryIndexes::default(),
|
||||
false,
|
||||
accounts_db::AccountShrinkThreshold::default(),
|
||||
false,
|
||||
);
|
||||
bank0.freeze();
|
||||
let mut bank_forks = BankForks::new(bank0);
|
||||
|
Reference in New Issue
Block a user