From b847626562e79083865c59df9dbcf0f1e91e2bb8 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Thu, 28 May 2026 19:51:42 +0200 Subject: [PATCH] test: refresh MiniWallet after node restart --- test/functional/interface_ipc_mining.py | 1 + 1 file changed, 1 insertion(+) 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)