mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 03:22:47 +01:00
test: don't add legacy bls mn on start
This commit is contained in:
parent
3db20e3ed4
commit
6519856344
@ -17,13 +17,13 @@ Tests mnauth RPC command
|
||||
|
||||
class FakeMNAUTHTest(DashTestFramework):
|
||||
def set_test_params(self):
|
||||
self.set_dash_test_params(2, 1)
|
||||
self.set_dash_test_params(1, 0)
|
||||
|
||||
def run_test(self):
|
||||
self.activate_v19(expected_activation_height=900)
|
||||
self.dynamically_add_masternode()
|
||||
|
||||
masternode = self.mninfo[1]
|
||||
masternode = self.mninfo[0]
|
||||
masternode.node.add_p2p_connection(P2PInterface())
|
||||
|
||||
protx_hash = masternode.proTxHash
|
||||
|
Loading…
Reference in New Issue
Block a user