update comment (#32919)

This commit is contained in:
Jeff Washington (jwash) 2023-08-21 10:04:37 -07:00 committed by GitHub
parent a8c1dabf6a
commit 524274d8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1098,9 +1098,9 @@ impl<'a> AccountsHasher<'a> {
)
}
// input:
// vec: group of slot data, ordered by Slot (low to high)
// vec: [..] - items which fit in the containing bin. Sorted by: Pubkey, higher Slot, higher Write version (if pubkey =)
/// input:
/// vec: group of slot data, ordered by Slot (low to high)
/// vec: [..] - items found in that slot range Sorted by: Pubkey, higher Slot, higher Write version (if pubkey =)
pub fn rest_of_hash_calculation(
&self,
sorted_data_by_pubkey: &[&[CalculateHashIntermediate]],