Merge pull request #2115 from rnicoll/1.21-travis-extend-timeout

Sync nodes before maturing blocks in bumpfee
This commit is contained in:
Ross Nicoll 2021-05-25 23:27:08 +01:00 committed by GitHub
commit 1fbfe609b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()