Skip to content

Commit 89bae7f

Browse files
committed
Clarify code comment.
1 parent 380df54 commit 89bae7f

File tree

1 file changed

+2
-2
lines changed
  • concordium-consensus/src/Concordium/KonsensusV1/Consensus

1 file changed

+2
-2
lines changed

concordium-consensus/src/Concordium/KonsensusV1/Consensus/Timeout.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ processTimeout tm = do
531531
makeBlock
532532

533533
-- | Compute the fraction of the total weight of the finalizers that have signed timeout messages.
534-
-- This is used to determine whether a timeout certificate should be formed.
535-
-- The weight of a finalizer is considered to be its weight in the first finalization committee.
534+
-- This is used to determine whether a timeout certificate should be formed. The weight of a
535+
-- finalizer is its weight in the finalization committee passed as the first argument.
536536
-- The baker identities are determined by the finalization committees for the first and second
537537
-- epoch. If either of these is not provided, the corresponding set of baker identities is empty.
538538
-- (Generally, if the finalization committee is not provided, then the timeout messages for that

0 commit comments

Comments
 (0)