gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/04: wallet-core: wake up task loop on tx status c


From: gnunet
Subject: [taler-wallet-core] 01/04: wallet-core: wake up task loop on tx status changes
Date: Tue, 22 Aug 2023 08:55:37 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit f9d1c4a89e2a686f0c82f8dc63ab3f1008763759
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 22 08:54:05 2023 +0200

    wallet-core: wake up task loop on tx status changes
---
 packages/taler-wallet-core/src/operations/transactions.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/operations/transactions.ts 
b/packages/taler-wallet-core/src/operations/transactions.ts
index af04cb161..7f5302b25 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -1916,4 +1916,5 @@ export function notifyTransition(
       transactionId,
     });
   }
+  ws.workAvailable.trigger();
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]