mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
test: actually use masternode with basic bls pubkey in mnauth test
This commit is contained in:
parent
10bdb871e9
commit
3db20e3ed4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user