Skip to content

Commit

Permalink
ce
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Aug 23, 2022
1 parent ec16f18 commit 1da7efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2494,9 +2494,9 @@ impl AccountsDb {
}
});
// make sure these 3 special ones show up
dirty_stores.push(145377858);
dirty_stores.push(145378948);
dirty_stores.push(145380761);
dirty_stores.push((145377858, self.get_storages_for_slot(145377858).unwrap().first().unwrap().clone()));
dirty_stores.push((145378948, self.get_storages_for_slot(145378948).unwrap().first().unwrap().clone()));
dirty_stores.push((145380761, self.get_storages_for_slot(145380761).unwrap().first().unwrap().clone()));
let dirty_stores_len = dirty_stores.len();
let pubkeys = DashSet::new();
timings.oldest_dirty_slot = max_slot.saturating_add(1);
Expand Down

0 comments on commit 1da7efa

Please sign in to comment.