Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Aug 6, 2024
1 parent 4019278 commit 1440fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11101,8 +11101,8 @@ pub mod tests {
accounts.set_latest_full_snapshot_slot(latest_full_snapshot_slot);
}

// Slot 1 should be cleaned, but
// zero-lamport account should not be cleaned since latest_full_snapshot_slot is before slot 1

// Shrink the slot. The behavior on the zero lamport account will depend on `latest_full_snapshot_slot`.
accounts.shrink_slot_forced(slot);

assert!(
Expand Down

0 comments on commit 1440fc0

Please sign in to comment.