From 1154dfa2693cda4fc066314f4b383936fbd044f4 Mon Sep 17 00:00:00 2001 From: Federico Franzoni <8609060+fed-franz@users.noreply.github.com> Date: Thu, 18 May 2023 10:16:54 +0200 Subject: [PATCH] Fix comments --- pkg/config/consts.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/config/consts.go b/pkg/config/consts.go index 6a8fbee37..19197d2ee 100644 --- a/pkg/config/consts.go +++ b/pkg/config/consts.go @@ -43,12 +43,12 @@ const ( // ConsensusMaxStep consensus max step number. ConsensusMaxStep = uint8(213) - // ConsensusCommitteeSize represents the maximum size of the committee in + // ConsensusCommitteeSize is the (constant) size of the committee in // 1st_Reduction, 2th_Reduction and Agreement phases. ConsensusCommitteeSize = 64 - // ConsensusCommitteeSize represents the maximum size of the committee in - // Selection phase. + // ConsensusSelectionCommitteeSize is the size of the committee in + // the Selection phase. ConsensusSelectionCommitteeSize = 1 // RuskVersion is the version of the supported rusk binary.