Skip to content

Commit

Permalink
for creating test accounts, allocate larger like we used to
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Oct 10, 2023
1 parent 68782de commit cec2e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9907,7 +9907,7 @@ pub mod test_utils {
// allocate an append vec for this slot that can hold all the test accounts. This prevents us from creating more than 1 append vec for this slot.
_ = accounts.accounts_db.create_and_insert_store(
slot,
bytes_required as u64,
AccountsDb::page_align(bytes_required as u64),
"create_test_accounts",
);
}
Expand Down

0 comments on commit cec2e55

Please sign in to comment.