taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit db9d6dd3943e2a5e6e316e212369520a367d06df
parent 79e520c4159ffb0f5a6e32487b0fd7c998470443
Author: Florian Dold <florian@dold.me>
Date:   Wed, 28 Jun 2023 14:47:20 +0200

wallet-core: do not notify twice on withdrawal creation

Diffstat:
Mpackages/taler-wallet-core/src/operations/withdraw.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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 }; }