dusk-network / dusk-blockchain

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

Fix createSortitionHash description #1509

Closed fed-franz closed 1 year ago

fed-franz commented 1 year ago

Issue In createSortitionHash, the i parameter is indicated as iteration number, which sounds mistakenly related to the SA iterations.

Solution Fix description stating that i is actually the number of the committee member being extracted.