mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 22:08:58 +01:00
test: add rescan_utxos in MiniWallet's initialization
this simplifies usage when MiniWallet is used with a pre-mined chain.
This commit is contained in:
@@ -31,7 +31,6 @@ class MempoolCoinbaseTest(BitcoinTestFramework):
|
||||
self.log.info("Add 4 coinbase utxos to the miniwallet")
|
||||
# Block 76 contains the first spendable coinbase txs.
|
||||
first_block = 76
|
||||
wallet.rescan_utxos()
|
||||
|
||||
# Three scenarios for re-orging coinbase spends in the memory pool:
|
||||
# 1. Direct coinbase spend : spend_1
|
||||
|
||||
Reference in New Issue
Block a user