wallet-core: wake up task loop on tx status changes

This commit is contained in:
Florian Dold 2023-08-22 08:54:05 +02:00
parent b2d0ad57dd
commit f9d1c4a89e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -1916,4 +1916,5 @@ export function notifyTransition(
transactionId,
});
}
ws.workAvailable.trigger();
}