account.rent_epoch private (#16974)

This commit is contained in:
Jeff Washington (jwash) 2021-04-30 12:16:44 -05:00 committed by GitHub
parent 475b00c42f
commit 3f982fcf65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ pub struct AccountSharedData {
/// this account's data contains a loaded program (and is now read-only)
executable: bool,
/// the epoch at which this account will next owe rent
pub rent_epoch: Epoch,
rent_epoch: Epoch,
}
/// Compares two ReadableAccounts