From 55e941f5df18ce6d9b1ee8759f1419c5d1f03a8f Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 30 Nov 2020 20:58:25 +0100 Subject: test: Fix intermittent feature_taproot issue Github-Pull: #20535 Rebased-From: fa275e1539941b49fe206ff0bf110e3362bec6bb --- test/functional/feature_taproot.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/functional/feature_taproot.py b/test/functional/feature_taproot.py index 2b9b614878..987022b7c7 100755 --- a/test/functional/feature_taproot.py +++ b/test/functional/feature_taproot.py @@ -1441,6 +1441,10 @@ class TaprootTest(BitcoinTestFramework): self.nodes[1].generate(101) self.test_spenders(self.nodes[1], spenders_taproot_active(), input_counts=[1, 2, 2, 2, 2, 3]) + # Re-connect nodes in case they have been disconnected + self.disconnect_nodes(0, 1) + self.connect_nodes(0, 1) + # Transfer value of the largest 500 coins to pre-taproot node. addr = self.nodes[0].getnewaddress() -- cgit v1.2.3