diff --git a/accounts-db/src/accounts_db.rs b/accounts-db/src/accounts_db.rs index 5860a3431db8c9..dcff28d0cfbb32 100644 --- a/accounts-db/src/accounts_db.rs +++ b/accounts-db/src/accounts_db.rs @@ -822,7 +822,7 @@ pub type AtomicAccountsFileId = AtomicU32; pub type AccountsFileId = u32; type AccountSlots = HashMap>; -type SlotOffsets = HashMap>; +type SlotOffsets = IntMap>; type ReclaimResult = (AccountSlots, SlotOffsets); type PubkeysRemovedFromAccountsIndex = HashSet; type ShrinkCandidates = IntSet;