runtime: fix typo in expected_rent_collection.rs (#27890)

This commit is contained in:
Ian Macalinao 2022-09-17 22:58:33 -05:00 committed by GitHub
parent 0e19b22e08
commit 7d06f7a174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ pubkey_partition_index of 'abc' = 80
So, rent will be collected or a rewrite is expected to occur:
each time a slot's pubkey_partition is == [footnote1] pubkey_partition_index within an epoch. [footnote2]
If we skip rewrites, then pubkey's account data will not be rewritten when its rent collecion partition index occurs.
If we skip rewrites, then pubkey's account data will not be rewritten when its rent collection partition index occurs.
However, later we need to get a hash value for the most recent update to this account.
That leads us to the purpose of this file.
To calculate a hash for account data, we need to know: