Skip to content

Commit

Permalink
test: don't add legacy bls mn on start
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 12, 2024
1 parent 3db20e3 commit 6519856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/rpc_mnauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

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
Expand Down

0 comments on commit 6519856

Please sign in to comment.