From 89bae7f91e8b97185d6d101e5510f96c790bc80b Mon Sep 17 00:00:00 2001 From: Thomas Dinsdale-Young Date: Tue, 18 Jun 2024 10:25:03 +0200 Subject: [PATCH] Clarify code comment. --- .../src/Concordium/KonsensusV1/Consensus/Timeout.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concordium-consensus/src/Concordium/KonsensusV1/Consensus/Timeout.hs b/concordium-consensus/src/Concordium/KonsensusV1/Consensus/Timeout.hs index 7f7b3f595b..eb51276396 100644 --- a/concordium-consensus/src/Concordium/KonsensusV1/Consensus/Timeout.hs +++ b/concordium-consensus/src/Concordium/KonsensusV1/Consensus/Timeout.hs @@ -531,8 +531,8 @@ processTimeout tm = do makeBlock -- | Compute the fraction of the total weight of the finalizers that have signed timeout messages. --- This is used to determine whether a timeout certificate should be formed. --- The weight of a finalizer is considered to be its weight in the first finalization committee. +-- This is used to determine whether a timeout certificate should be formed. The weight of a +-- finalizer is its weight in the finalization committee passed as the first argument. -- The baker identities are determined by the finalization committees for the first and second -- epoch. If either of these is not provided, the corresponding set of baker identities is empty. -- (Generally, if the finalization committee is not provided, then the timeout messages for that