Return true if we find a permutated list matching the majority hash

This commit is contained in:
Manfred Karrer 2019-02-02 12:12:08 +01:00
parent af0c5fe4ab
commit 6459e3c86c
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -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.");