aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-28 11:18:03 +0200
committerFlorian Dold <florian@dold.me>2023-06-28 11:18:03 +0200
commit79e520c4159ffb0f5a6e32487b0fd7c998470443 (patch)
treed2ae796af557bb57d74e308fb725589cf69c7d41 /packages
parent5bbf41ce1c01497d3efe6db63fba1c3d4688c1a8 (diff)
downloadwallet-core-79e520c4159ffb0f5a6e32487b0fd7c998470443.tar.xz
wallet-core: only report balance-change when withdrawal finishes
Diffstat (limited to 'packages')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts4
1 files changed, 0 insertions, 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 });
- }
}
/**