Fix comment to reflect correct validator balance count transition (#6663)

This commit is contained in:
Caleb Omoniyi 2024-10-21 01:40:14 +01:00 committed by GitHub
parent 84eaa57f82
commit eb993ffcee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ when isMainModule:
indices.add fakeHash(1), 0
indices.add fakeHash(2), 1
# 1 validator at the start, 2 at the end
# 2 validator at the start, 1 at the end
var deltas = newSeqUninitialized[Delta](2)
let old_balances = @[Balance, Balance]
let new_balances = @[Balance]