From eec6695be0409669fcad36c6cc7ea01f48d41c97 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 14 Oct 2022 22:38:40 +0200 Subject: wallet-core: DB tweaks, consistent file naming convention --- packages/taler-wallet-core/src/operations/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/common.ts') diff --git a/packages/taler-wallet-core/src/operations/common.ts b/packages/taler-wallet-core/src/operations/common.ts index 9f235c9b4..d69bc09f8 100644 --- a/packages/taler-wallet-core/src/operations/common.ts +++ b/packages/taler-wallet-core/src/operations/common.ts @@ -25,6 +25,7 @@ import { RefreshReason, TalerErrorCode, TalerErrorDetail, + TransactionIdStr, TransactionType, } from "@gnu-taler/taler-util"; import { WalletStoresV1, CoinStatus, CoinRecord } from "../db.js"; @@ -37,7 +38,6 @@ import { OperationAttemptResultType, RetryInfo, } from "../util/retries.js"; -import { createRefreshGroup } from "./refresh.js"; const logger = new Logger("operations/common.ts"); @@ -48,7 +48,7 @@ export interface CoinsSpendInfo { /** * Identifier for what the coin has been spent for. */ - allocationId: string; + allocationId: TransactionIdStr; } export async function makeCoinAvailable( -- cgit v1.2.3