-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consensus: refactor generate_committee
- fix a bug of not extracting the next generator due to skipping the already done Proposal step - extract next generator on Validation/Ratification step instead of Proposal - fix 'iteration < CONSENSUS_MAX_ITER' wrong check (last iteration is actually CONSENSUS_MAX_ITER-1)
- Loading branch information
Showing
1 changed file
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters