mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
Fix comment to reflect correct validator balance count transition (#6663)
This commit is contained in:
parent
84eaa57f82
commit
eb993ffcee
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user