fix: should have at least 2 connections when testing isolate_mn

This commit is contained in:
UdjinM6 2024-09-25 16:22:33 +03:00
parent 793f4b739f
commit cce87a662a
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -31,7 +31,7 @@ class LLMQSimplePoSeTest(DashTestFramework):
self.test_no_banning() self.test_no_banning()
# Now lets isolate MNs one by one and verify that punishment/banning happens # Now lets isolate MNs one by one and verify that punishment/banning happens
self.test_banning(self.isolate_mn, 1) self.test_banning(self.isolate_mn, 2)
self.repair_masternodes(False) self.repair_masternodes(False)