runtime: ifno -> info (#27897)

This commit is contained in:
Ian Macalinao 2022-09-17 22:55:53 -05:00 committed by GitHub
parent c237f15295
commit 36fe33a1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ impl ExpectedRentCollection {
RentResult::CollectRent { .. } => return None,
};
{
// grab epoch infno for bank slot and storage slot
// grab epoch info for bank slot and storage slot
let bank_info = bank_slot.get_epoch_info(epoch_schedule);
let (current_epoch, partition_from_current_slot) =
(bank_info.epoch, bank_info.partition_index);