From db9d6dd3943e2a5e6e316e212369520a367d06df Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Jun 2023 14:47:20 +0200 Subject: wallet-core: do not notify twice on withdrawal creation --- packages/taler-wallet-core/src/operations/withdraw.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/taler-wallet-core/src') 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 }; } -- cgit v1.2.3