summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refresh.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refresh.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/refresh.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts
index fc2508cd3..d49c9a1cf 100644
--- a/packages/taler-wallet-core/src/operations/refresh.ts
+++ b/packages/taler-wallet-core/src/operations/refresh.ts
@@ -84,6 +84,7 @@ import {
timestampPreciseToDb,
timestampProtocolFromDb,
WalletDbReadWriteTransaction,
+ WalletDbReadWriteTransactionArr,
} from "../index.js";
import {
EXCHANGE_COINS_LOCK,
@@ -1244,8 +1245,8 @@ async function applyRefresh(
*/
export async function createRefreshGroup(
ws: InternalWalletState,
- tx: WalletDbReadWriteTransaction<
- "denominations" | "coins" | "refreshGroups" | "coinAvailability"
+ tx: WalletDbReadWriteTransactionArr<
+ ["denominations", "coins", "refreshGroups", "coinAvailability"]
>,
currency: string,
oldCoinPubs: CoinRefreshRequest[],