From eb993ffcee481f3edac824be8c45e0f4e0d77f56 Mon Sep 17 00:00:00 2001 From: Caleb Omoniyi <81532297+Tomi-3-0@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:40:14 +0100 Subject: [PATCH] Fix comment to reflect correct validator balance count transition (#6663) --- beacon_chain/fork_choice/fork_choice.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/fork_choice/fork_choice.nim b/beacon_chain/fork_choice/fork_choice.nim index e33aa08a1..f77cecae7 100644 --- a/beacon_chain/fork_choice/fork_choice.nim +++ b/beacon_chain/fork_choice/fork_choice.nim @@ -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]