private AccountSharedData.rent_epoch (#16844)
This commit is contained in:
committed by
GitHub
parent
2f5102587c
commit
1bd623cd15
@@ -7384,7 +7384,7 @@ pub mod tests {
|
||||
|
||||
// Rent epoch may changes to not affect the hash
|
||||
let mut account_modified = account.clone();
|
||||
account_modified.rent_epoch += 1;
|
||||
account_modified.set_rent_epoch(account_modified.rent_epoch() + 1);
|
||||
assert_eq!(
|
||||
hash,
|
||||
AccountsDb::hash_frozen_account_data(&account_modified)
|
||||
|
Reference in New Issue
Block a user