dusk-network / dusk-blockchain

Reference implementation of the DUSK Network node, written in Golang
MIT License
102 stars 47 forks source link

Fix committee size comments #1519

Open fed-franz opened 1 year ago

fed-franz commented 1 year ago

Issue Some comments in the code assume the committee size to be the number of members in the committee, while this is actually the number of voting credits assigned to committee members.

Solution Fix Size() comment; Check if other comments imply the same wrong concepts