Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fed-franz committed Apr 21, 2023
1 parent 2db9a3c commit 8511a00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/core/consensus/committee/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ func (b *Handler) generateCommittees(seed []byte, round uint64, step uint8, maxS
}
}

// CommitteeSize returns the size of a VotingCommittee, depending on
// how many provisioners are in the set.
// CommitteeSize returns the size of a VotingCommittee.
func (b *Handler) CommitteeSize(round uint64, maxSize int) int {
b.lock.RLock()
size := b.Provisioners.SubsetSizeAt(round)
Expand Down

0 comments on commit 8511a00

Please sign in to comment.