From f14c7e5f2a1495613c16bcf1acf74d08fd91fb48 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2023 14:09:25 +0200 Subject: wallet-core: remove deprecated txid parsing --- packages/taler-wallet-core/src/operations/tip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/tip.ts') diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts index 4139234f4..a6e1a8fec 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -59,7 +59,7 @@ import { OperationAttemptResult, OperationAttemptResultType, } from "../util/retries.js"; -import { makeCoinAvailable, makeTransactionId } from "./common.js"; +import { makeCoinAvailable } from "./common.js"; import { updateExchangeFromUrl } from "./exchanges.js"; import { getCandidateWithdrawalDenoms, -- cgit v1.2.3