mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
test: fix node_fastmerkle exception in interface_zmq.py
This commit is contained in:
parent
1bfa980258
commit
3ead0ce841
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ from test_framework.util import (
|
|||
assert_equal,
|
||||
assert_raises_rpc_error,
|
||||
)
|
||||
from test_framework import util
|
||||
from test_framework.netutil import test_ipv6_local
|
||||
from io import BytesIO
|
||||
from time import sleep
|
||||
|
|
@ -111,6 +112,7 @@ class ZMQTest (BitcoinTestFramework):
|
|||
self.skip_if_no_bitcoind_zmq()
|
||||
|
||||
def run_test(self):
|
||||
util.node_fastmerkle = self.nodes[0]
|
||||
self.ctx = zmq.Context()
|
||||
try:
|
||||
self.test_basic()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue