From 0377d6bb420b9a2fb79af0ebe088d2b20ec808a5 Mon Sep 17 00:00:00 2001 From: kouloumos Date: Fri, 13 Jan 2023 11:28:39 +0200 Subject: test: add `rescan_utxos` in MiniWallet's initialization this simplifies usage when MiniWallet is used with a pre-mined chain. --- test/functional/mempool_reorg.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/mempool_reorg.py') diff --git a/test/functional/mempool_reorg.py b/test/functional/mempool_reorg.py index 83ab65f1ba..3a5bc1ebcd 100755 --- a/test/functional/mempool_reorg.py +++ b/test/functional/mempool_reorg.py @@ -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 -- cgit v1.2.3