diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-10-29 18:07:09 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2021-01-27 12:52:46 -0500 |
commit | 09514e1bef46444a67cde9ff13e76bd4b9f8c7ac (patch) | |
tree | 8b6874db7dfe8b7e1a7c81e47eed9b8e2f52e3e7 | |
parent | 4d03ef9a73ceb5ef4e9d184a135bca6bdeb8c311 (diff) |
Setup wallets for interface_zmq.py
-rwxr-xr-x | test/functional/interface_zmq.py | 2 |
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() |