diff --git a/accounts-db/src/accounts_index/in_mem_accounts_index.rs b/accounts-db/src/accounts_index/in_mem_accounts_index.rs index f0f1de9469838e..7d7a810afb06d8 100644 --- a/accounts-db/src/accounts_index/in_mem_accounts_index.rs +++ b/accounts-db/src/accounts_index/in_mem_accounts_index.rs @@ -757,6 +757,13 @@ impl + Into> InMemAccountsIndex 1, the + // items, previously inserted into the slot_list, have already + // been added. We don't need to add them again. if slot_list.len() == 1 { other_slot = Some(slot_list[0].0); }