mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +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:
@@ -202,7 +202,6 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
|
||||
|
||||
def run_test(self):
|
||||
self.wallet = MiniWallet(self.nodes[3])
|
||||
self.wallet.rescan_utxos()
|
||||
initial_height = self.nodes[3].getblockcount()
|
||||
self.generate(self.nodes[3], COINBASE_MATURITY, sync_fun=self.no_op)
|
||||
|
||||
|
Reference in New Issue
Block a user