test: refresh MiniWallet after node restart

This commit is contained in:
Sjors Provoost
2026-05-28 19:51:42 +02:00
parent f4e643cb15
commit b847626562

View File

@@ -324,6 +324,7 @@ class IPCMiningTest(BitcoinTestFramework):
# blockReservedWeight per template request and are unaffected; later in
# the test the IPC template includes a mempool transaction.
self.restart_node(0, extra_args=[f"-blockreservedweight={MAX_BLOCK_WEIGHT}"])
self.miniwallet.rescan_utxos()
async def async_routine():
ctx, mining = await make_mining_ctx(self)