add filler accounts to bloat validator and predict failure (#20491)
* add filler accounts to bloat validator and predict failure * assert no accounts match filler * cleanup magic numbers * panic if can't load from snapshot with filler accounts specified * some renames * renames * into_par_iter * clean filler accts, too
This commit is contained in:
committed by
GitHub
parent
61ba8d1ecf
commit
a8e000a2a6
@@ -273,6 +273,7 @@ impl Accounts {
|
||||
key,
|
||||
&mut account,
|
||||
rent_for_sysvars,
|
||||
self.accounts_db.filler_account_suffix.as_ref(),
|
||||
);
|
||||
(account, rent_due)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user