We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c248e3 commit 4a0c08fCopy full SHA for 4a0c08f
test/functional/zmq_test.py
@@ -28,7 +28,7 @@ def setup_nodes(self):
28
# Check that bitcoin has been built with ZMQ enabled
29
config = configparser.ConfigParser()
30
if not self.options.configfile:
31
- self.options.configfile = os.path.dirname(__file__) + "/config.ini"
+ self.options.configfile = os.path.dirname(__file__) + "/../config.ini"
32
config.read_file(open(self.options.configfile))
33
34
if not config["components"].getboolean("ENABLE_ZMQ"):
0 commit comments