Fix rooted accounts cleanup, simplify locking (#12194)
Co-authored-by: Carl Lin <carl@solana.com>
This commit is contained in:
@@ -1810,7 +1810,7 @@ mod tests {
|
||||
}
|
||||
}
|
||||
info!("done..cleaning..");
|
||||
accounts.accounts_db.clean_accounts();
|
||||
accounts.accounts_db.clean_accounts(None);
|
||||
}
|
||||
|
||||
fn load_accounts_no_store(
|
||||
|
Reference in New Issue
Block a user