aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_zmq.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-10-29 18:07:09 -0400
committerAndrew Chow <achow101-github@achow101.com>2021-01-27 12:52:46 -0500
commit09514e1bef46444a67cde9ff13e76bd4b9f8c7ac (patch)
tree8b6874db7dfe8b7e1a7c81e47eed9b8e2f52e3e7 /test/functional/interface_zmq.py
parent4d03ef9a73ceb5ef4e9d184a135bca6bdeb8c311 (diff)
downloadbitcoin-09514e1bef46444a67cde9ff13e76bd4b9f8c7ac.tar.xz
Setup wallets for interface_zmq.py
Diffstat (limited to 'test/functional/interface_zmq.py')
-rwxr-xr-xtest/functional/interface_zmq.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/interface_zmq.py b/test/functional/interface_zmq.py
index 946bfa51d4..e9f61be4d4 100755
--- a/test/functional/interface_zmq.py
+++ b/test/functional/interface_zmq.py
@@ -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()