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/feature_pruning.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/feature_pruning.py') diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py index 772151dc4b..c820ca33e2 100755 --- a/test/functional/feature_pruning.py +++ b/test/functional/feature_pruning.py @@ -63,6 +63,8 @@ class PruneTest(BitcoinTestFramework): def setup_nodes(self): self.add_nodes(self.num_nodes, self.extra_args) self.start_nodes() + for n in self.nodes: + n.importprivkey(privkey=n.get_deterministic_priv_key().key, label='coinbase', rescan=False) def create_big_chain(self): # Start by creating some coinbases we can spend later -- cgit v1.2.3