aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/exchanges.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-26 01:18:01 +0200
committerFlorian Dold <florian@dold.me>2022-08-26 01:18:01 +0200
commit30e8fd83c256826fc995edae499bf8bb6b60b7f2 (patch)
tree994752f4eced988458cf2b9ae3f1c143ca73cdf5 /packages/taler-wallet-core/src/operations/exchanges.ts
parent70d0199572ee6a95c68dd0b960d80e4ae93c4b0a (diff)
downloadwallet-core-30e8fd83c256826fc995edae499bf8bb6b60b7f2.tar.xz
wallet-core: fix revocation, re-introduce reserves object store
Diffstat (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/exchanges.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts b/packages/taler-wallet-core/src/operations/exchanges.ts
index 94ea2cb9c..b75bdfd74 100644
--- a/packages/taler-wallet-core/src/operations/exchanges.ts
+++ b/packages/taler-wallet-core/src/operations/exchanges.ts
@@ -743,6 +743,7 @@ async function updateExchangeFromUrlImpl(
recoupGroupId = await ws.recoupOps.createRecoupGroup(
ws,
tx,
+ exchange.baseUrl,
newlyRevokedCoinPubs,
);
}