mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Setup wallets for interface_zmq.py
This commit is contained in:
parent
4d03ef9a73
commit
09514e1bef
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue