Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

fixup! Handle cleaning of zero-lamport accounts w.r.t. Incremental Sn… #19213

Merged
merged 1 commit into from
Aug 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runtime/src/snapshot_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@ mod tests {
false,
false,
false,
crate::accounts_index::BINS_FOR_TESTING,
Some(crate::accounts_index::BINS_FOR_TESTING),
)
.unwrap();
assert_eq!(
Expand Down Expand Up @@ -3012,7 +3012,7 @@ mod tests {
false,
false,
false,
crate::accounts_index::BINS_FOR_TESTING,
Some(crate::accounts_index::BINS_FOR_TESTING),
)
.unwrap();
assert_eq!(
Expand Down