gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: properly make co


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: properly make coins visible after refresh
Date: Fri, 30 Jun 2023 16:29:38 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new e0d4f7e4a wallet-core: properly make coins visible after refresh
e0d4f7e4a is described below

commit e0d4f7e4af81686ff719448b86512accc89d7ac3
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 30 16:29:35 2023 +0200

    wallet-core: properly make coins visible after refresh
---
 packages/taler-wallet-core/src/operations/refresh.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/operations/refresh.ts 
b/packages/taler-wallet-core/src/operations/refresh.ts
index caa5f9c9f..65346a923 100644
--- a/packages/taler-wallet-core/src/operations/refresh.ts
+++ b/packages/taler-wallet-core/src/operations/refresh.ts
@@ -761,6 +761,7 @@ async function refreshReveal(
       for (const coin of coins) {
         await makeCoinAvailable(ws, tx, coin);
       }
+      await makeCoinsVisible(ws, tx, transactionId);
       await tx.refreshGroups.put(rg);
     });
   logger.trace("refresh finished (end of reveal)");

-- 
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]