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: only report bala


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: only report balance-change when withdrawal finishes
Date: Wed, 28 Jun 2023 11:18:06 +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 79e520c41 wallet-core: only report balance-change when withdrawal 
finishes
79e520c41 is described below

commit 79e520c4159ffb0f5a6e32487b0fd7c998470443
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jun 28 11:18:03 2023 +0200

    wallet-core: only report balance-change when withdrawal finishes
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index 111a52882..d1e144c6a 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -1130,10 +1130,6 @@ async function processPlanchetVerifyAndStoreCoin(
       await makeCoinAvailable(ws, tx, coin);
       return true;
     });
-
-  if (success) {
-    ws.notify({ type: NotificationType.BalanceChange });
-  }
 }
 
 /**

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