mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Fix test in LLMQSimplePoSeTest
This was intended to test for "not self.check_banned"
This commit is contained in:
parent
3e3eba63e2
commit
dfe9daabd9
@ -29,7 +29,7 @@ class LLMQSimplePoSeTest(DashTestFramework):
|
||||
for i in range(3):
|
||||
self.mine_quorum()
|
||||
for mn in self.mninfo:
|
||||
assert(not self.check_punished(mn) and not self.check_punished(mn))
|
||||
assert(not self.check_punished(mn) and not self.check_banned(mn))
|
||||
|
||||
# Now lets kill MNs one by one and verify that punishment/banning happens
|
||||
for i in range(len(self.mninfo), len(self.mninfo) - 2, -1):
|
||||
|
Loading…
Reference in New Issue
Block a user