Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] rent_epoch() returns 0 for zero-lamport accounts (#35344
) #### Problem In TieredAccountMeta, RENT_EXEMPT_RENT_EPOCH will be used when its optional field rent_epoch is None. However, for legacy reasons, 0 should be used for zero-lamport accounts. #### Summary of Changes Return 0 for TieredAccountMeta::rent_epoch() for zero-lamport accounts. #### Test Plan accounts_db::tests::test_clean_zero_lamport_and_dead_slot
- Loading branch information