From 618caa117111b9fed6a792b6816fc724483eb349 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Mar 2024 21:00:34 +0100 Subject: move denom selection to separate file --- packages/taler-wallet-core/src/withdraw.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/withdraw.test.ts') diff --git a/packages/taler-wallet-core/src/withdraw.test.ts b/packages/taler-wallet-core/src/withdraw.test.ts index 3e92b1717..d8757d0cf 100644 --- a/packages/taler-wallet-core/src/withdraw.test.ts +++ b/packages/taler-wallet-core/src/withdraw.test.ts @@ -21,7 +21,7 @@ import { DenominationVerificationStatus, timestampProtocolToDb, } from "./db.js"; -import { selectWithdrawalDenominations } from "./coinSelection.js"; +import { selectWithdrawalDenominations } from "./denomSelection.js"; test("withdrawal selection bug repro", (t) => { const amount = { -- cgit v1.2.3