diff --git a/test/functional/interface_ipc_mining.py b/test/functional/interface_ipc_mining.py index 5d081a8dbc8..1288a454bad 100755 --- a/test/functional/interface_ipc_mining.py +++ b/test/functional/interface_ipc_mining.py @@ -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)