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: do not notify tw


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: do not notify twice on withdrawal creation
Date: Wed, 28 Jun 2023 14:47:40 +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 db9d6dd39 wallet-core: do not notify twice on withdrawal creation
db9d6dd39 is described below

commit db9d6dd3943e2a5e6e316e212369520a367d06df
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jun 28 14:47:20 2023 +0200

    wallet-core: do not notify twice on withdrawal creation
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index d1e144c6a..1362ca278 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -2433,7 +2433,6 @@ export async function 
internalPerformCreateWithdrawalGroup(
     oldTxState,
     newTxState,
   };
-  notifyTransition(ws, transactionId, transitionInfo);
 
   return { withdrawalGroup, transitionInfo };
 }

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