mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Return true if we find a permutated list matching the majority hash
This commit is contained in:
parent
af0c5fe4ab
commit
6459e3c86c
1 changed files with 2 additions and 0 deletions
|
@ -419,6 +419,8 @@ public class VoteResultService implements DaoStateListener, DaoSetupService {
|
|||
log.info("We found a permutation of our blindVote list which matches the majority view. " +
|
||||
"permutatedListMatchingMajority={}", permutatedListMatchingMajority);
|
||||
//TODO do we need to apply/store it for later use?
|
||||
|
||||
return true;
|
||||
} else {
|
||||
log.info("We did not find a permutation of our blindVote list which matches the majority view. " +
|
||||
"We will request the blindVote data from the peers.");
|
||||
|
|
Loading…
Add table
Reference in a new issue