test: don't add legacy bls mn on start

This commit is contained in:
UdjinM6 2024-12-12 13:30:17 +03:00
parent 3db20e3ed4
commit 6519856344
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -17,13 +17,13 @@ Tests mnauth RPC command
class FakeMNAUTHTest(DashTestFramework): class FakeMNAUTHTest(DashTestFramework):
def set_test_params(self): def set_test_params(self):
self.set_dash_test_params(2, 1) self.set_dash_test_params(1, 0)
def run_test(self): def run_test(self):
self.activate_v19(expected_activation_height=900) self.activate_v19(expected_activation_height=900)
self.dynamically_add_masternode() self.dynamically_add_masternode()
masternode = self.mninfo[1] masternode = self.mninfo[0]
masternode.node.add_p2p_connection(P2PInterface()) masternode.node.add_p2p_connection(P2PInterface())
protx_hash = masternode.proTxHash protx_hash = masternode.proTxHash