From 3fd7e76f6d4b4eae0b36d9b33376274f5387a6f3 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 16 Oct 2018 11:21:07 -0400 Subject: [tests] Move deterministic address import to setup_nodes This requires a small changes to a few tests, but means that deterministic addresses will always be imported (unless setup_nodes behaviour is explicitly overridden). --- test/functional/interface_zmq.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/interface_zmq.py') diff --git a/test/functional/interface_zmq.py b/test/functional/interface_zmq.py index 48136a0108..12d484d7c2 100755 --- a/test/functional/interface_zmq.py +++ b/test/functional/interface_zmq.py @@ -69,6 +69,7 @@ class ZMQTest (BitcoinTestFramework): ] self.add_nodes(self.num_nodes, self.extra_args) self.start_nodes() + self.import_deterministic_coinbase_privkeys() def run_test(self): try: -- cgit v1.2.3