From 100bd6e55105d870dd64432af31cd537d197f698 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Tue, 25 May 2021 17:17:14 +0100 Subject: [PATCH] Sync nodes before maturing blocks in bumpfee --- test/functional/wallet_bumpfee.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/wallet_bumpfee.py b/test/functional/wallet_bumpfee.py index 880b86f6e..566c6cc28 100755 --- a/test/functional/wallet_bumpfee.py +++ b/test/functional/wallet_bumpfee.py @@ -66,6 +66,7 @@ class BumpFeeTest(BitcoinTestFramework): # fund rbf node with 10 coins of 0.001 btc (100,000 satoshis) self.log.info("Mining blocks...") peer_node.generate(110) + self.sync_all() # Dogecoin: Coinbase maturity is much higher, so we mine to the RBF node for funding rbf_node.generate(140) self.sync_all()