Skip to content

Commit

Permalink
stop requesting entry on scan (anza-xyz#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored Sep 3, 2024
1 parent a9ac3f5 commit 738fbd8
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 @@ -4024,7 +4024,7 @@ impl AccountsDb {
result
},
None,
true,
false,
self.scan_filter_for_shrinking,
);
assert_eq!(index, std::cmp::min(accounts.len(), count));
Expand Down

0 comments on commit 738fbd8

Please sign in to comment.