From d541010bf1ab95fc54a8ee68d4f0425b716d0117 Mon Sep 17 00:00:00 2001 From: Mart1i1n <117752219+Mart1i1n@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:25:55 +0800 Subject: [PATCH] Fix Typo (#11670) * Update ffg_update_test.go Fix some alignment typos. * Update justification_finalization.go Fix typo. Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com> Co-authored-by: Preston Van Loon --- .../core/epoch/precompute/justification_finalization.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon-chain/core/epoch/precompute/justification_finalization.go b/beacon-chain/core/epoch/precompute/justification_finalization.go index 33e702096..dcd7ebbe6 100644 --- a/beacon-chain/core/epoch/precompute/justification_finalization.go +++ b/beacon-chain/core/epoch/precompute/justification_finalization.go @@ -84,7 +84,7 @@ func processJustificationBits(state state.BeaconState, totalActiveBalance, prevE return newBits } -// updateJustificationAndFinalization processes justification and finalization during +// weighJustificationAndFinalization processes justification and finalization during // epoch processing. This is where a beacon node can justify and finalize a new epoch. func weighJustificationAndFinalization(state state.BeaconState, newBits bitfield.Bitvector4) (state.BeaconState, error) { jc, fc, err := computeCheckpoints(state, newBits)