aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refresh.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-28 10:49:31 +0200
committerFlorian Dold <florian@dold.me>2023-06-28 10:49:41 +0200
commit35ae9f2c22adcabd28747a1f2c4f21f51c732f42 (patch)
tree00f906371bb64ab6479d2fb203bf188e5da46b49 /packages/taler-wallet-core/src/operations/refresh.ts
parent97a9e92d8b104a94c376ae4fad8c5c811f5ef7e1 (diff)
downloadwallet-core-35ae9f2c22adcabd28747a1f2c4f21f51c732f42.tar.xz
wallet-core: emit balance-change notifications, do less implicit background work
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refresh.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/refresh.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts
index b91872735..c1a16badf 100644
--- a/packages/taler-wallet-core/src/operations/refresh.ts
+++ b/packages/taler-wallet-core/src/operations/refresh.ts
@@ -278,6 +278,7 @@ async function refreshCreateSession(
}
await tx.refreshGroups.put(rg);
});
+ ws.notify({ type: NotificationType.BalanceChange });
return;
}
@@ -458,6 +459,7 @@ async function refreshMelt(
}
await tx.refreshGroups.put(rg);
});
+ ws.notify({ type: NotificationType.BalanceChange });
return;
}