mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
resolve splitvote
This commit is contained in:
parent
6316235626
commit
74c098a0cd
@ -216,7 +216,7 @@ class Election(object):
|
||||
|
||||
n_invalid_votes = vote_list.count(False)
|
||||
|
||||
if n_invalid_votes > int(n_voters/2):
|
||||
if n_invalid_votes >= int(n_voters/2):
|
||||
self.q_invalid_blocks.put(next_block)
|
||||
|
||||
def requeue_transactions(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user