test: actually use masternode with basic bls pubkey in mnauth test

This commit is contained in:
UdjinM6 2024-12-12 00:28:19 +03:00
parent 10bdb871e9
commit 3db20e3ed4
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -21,8 +21,9 @@ class FakeMNAUTHTest(DashTestFramework):
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()
masternode = self.mninfo[0] masternode = self.mninfo[1]
masternode.node.add_p2p_connection(P2PInterface()) masternode.node.add_p2p_connection(P2PInterface())
protx_hash = masternode.proTxHash protx_hash = masternode.proTxHash