fix: connect repaired mns only

This commit is contained in:
UdjinM6 2024-09-24 01:20:54 +03:00
parent 8597acd0dc
commit 793f4b739f
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -200,7 +200,7 @@ class LLMQSimplePoSeTest(DashTestFramework):
self.start_masternode(mn) self.start_masternode(mn)
else: else:
mn.node.setnetworkactive(True) mn.node.setnetworkactive(True)
self.connect_nodes(mn.node.index, 0) self.connect_nodes(mn.node.index, 0)
# syncing blocks only since node 0 has txes waiting to be mined # syncing blocks only since node 0 has txes waiting to be mined
self.sync_blocks() self.sync_blocks()