aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/deposits.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-17 13:50:43 +0200
committerFlorian Dold <florian@dold.me>2024-06-17 13:50:43 +0200
commitabbab3b029002eb5d603af611db6f411daf5d490 (patch)
treec48a79a4dc28649ac274b3dafdbb849e3bf517b0 /packages/taler-wallet-core/src/deposits.ts
parent05535fdc226f39666ed0a692871f54dea904af7b (diff)
downloadwallet-core-abbab3b029002eb5d603af611db6f411daf5d490.tar.xz
wallet-core: coin history
Diffstat (limited to 'packages/taler-wallet-core/src/deposits.ts')
-rw-r--r--packages/taler-wallet-core/src/deposits.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/deposits.ts b/packages/taler-wallet-core/src/deposits.ts
index e3d0b997e..6394fdc78 100644
--- a/packages/taler-wallet-core/src/deposits.ts
+++ b/packages/taler-wallet-core/src/deposits.ts
@@ -518,12 +518,13 @@ async function refundDepositGroup(
const res = await wex.db.runReadWriteTx(
{
storeNames: [
+ "coinAvailability",
+ "coinHistory",
+ "coins",
+ "denominations",
"depositGroups",
"refreshGroups",
"refreshSessions",
- "coins",
- "denominations",
- "coinAvailability",
],
},
async (tx) => {