Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fed-franz committed May 18, 2023
1 parent aaf28f7 commit 1154dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/config/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1154dfa

Please sign in to comment.