From 69e9ad557117a79bcb884a1517c28afb1a6673ba Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Tue, 12 Apr 2022 12:37:46 -0500 Subject: [PATCH] update comment (#24288) --- runtime/src/expected_rent_collection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/expected_rent_collection.rs b/runtime/src/expected_rent_collection.rs index 623c1809b9..d5fb312ab3 100644 --- a/runtime/src/expected_rent_collection.rs +++ b/runtime/src/expected_rent_collection.rs @@ -203,7 +203,7 @@ Every highest_root >= 432k * 2 + 80 and < 432k * 3 + 80 is this same result [footnote3:] when we do a rewrite of account data, only this data changes: 1. rent_epoch - 2. computed hash value (which is a function of (data, lamports, executable, owner, rent_epoch) + slot + 2. computed hash value (which is a function of (data, lamports, executable, owner, rent_epoch, pubkey) + slot 3. into a new append vec that is associated with the slot# */