From 4c41e705658cbae6e4558bf29edeb39f474c244a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Aug 2021 15:43:06 +0200 Subject: DB schema cleanup --- packages/taler-wallet-core/src/operations/refresh.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/refresh.ts') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index 8926559e3..a7b64f5d3 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -22,7 +22,6 @@ import { DenominationRecord, RefreshCoinStatus, RefreshGroupRecord, - RefreshPlanchet, WalletStoresV1, } from "../db.js"; import { @@ -32,6 +31,7 @@ import { fnutil, NotificationType, RefreshGroupId, + RefreshPlanchetInfo, RefreshReason, stringifyTimestamp, TalerErrorDetails, @@ -534,7 +534,7 @@ async function refreshReveal( throw Error("refresh index error"); } - const evs = planchets.map((x: RefreshPlanchet) => x.coinEv); + const evs = planchets.map((x: RefreshPlanchetInfo) => x.coinEv); const newDenomsFlat: string[] = []; const linkSigs: string[] = []; -- cgit v1.2.3