mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-16 20:01:37 +02:00
Setup wallets for interface_zmq.py
This commit is contained in:
parent
4d03ef9a73
commit
09514e1bef
@ -62,6 +62,8 @@ class ZMQSubscriber:
|
|||||||
class ZMQTest (BitcoinTestFramework):
|
class ZMQTest (BitcoinTestFramework):
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.num_nodes = 2
|
self.num_nodes = 2
|
||||||
|
if self.is_wallet_compiled():
|
||||||
|
self.requires_wallet = True
|
||||||
|
|
||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_py3_zmq()
|
self.skip_if_no_py3_zmq()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user