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 }); - } } /**