Skip to content

Commit

Permalink
fixup! Handle cleaning of zero-lamport accounts w.r.t. Incremental Sn…
Browse files Browse the repository at this point in the history
…apshots (solana-labs#18870)
  • Loading branch information
Steven Czabaniuk committed Aug 12, 2021
1 parent 5fb6b34 commit aa43b9e
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit aa43b9e

Please sign in to comment.