Skip to content

Commit

Permalink
test: actually use masternode with basic bls pubkey in mnauth test
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 11, 2024
1 parent 10bdb87 commit 3db20e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/rpc_mnauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ def set_test_params(self):

def run_test(self):
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())

protx_hash = masternode.proTxHash
Expand Down

0 comments on commit 3db20e3

Please sign in to comment.