0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Setup wallets for interface_zmq.py

This commit is contained in:
Andrew Chow 2020-10-29 18:07:09 -04:00
parent 4d03ef9a73
commit 09514e1bef

View file

@ -62,6 +62,8 @@ class ZMQSubscriber:
class ZMQTest (BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 2
if self.is_wallet_compiled():
self.requires_wallet = True
def skip_test_if_missing_module(self):
self.skip_if_no_py3_zmq()