mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 21:03:01 +02: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:
@@ -59,7 +59,6 @@ class MempoolPersistTest(BitcoinTestFramework):
|
||||
|
||||
def run_test(self):
|
||||
self.mini_wallet = MiniWallet(self.nodes[2])
|
||||
self.mini_wallet.rescan_utxos()
|
||||
if self.is_sqlite_compiled():
|
||||
self.nodes[2].createwallet(
|
||||
wallet_name="watch",
|
||||
|
Reference in New Issue
Block a user