summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-06 21:00:34 +0100
committerFlorian Dold <florian@dold.me>2024-03-06 21:00:34 +0100
commit618caa117111b9fed6a792b6816fc724483eb349 (patch)
tree45cfdf5ef3ad13b351980209d0e77d2f6ab82e3e /packages/taler-wallet-core/src/withdraw.ts
parent91be5b89cd92c53d6aa2f68247f9626c8bc8f64a (diff)
downloadwallet-core-618caa117111b9fed6a792b6816fc724483eb349.tar.gz
wallet-core-618caa117111b9fed6a792b6816fc724483eb349.tar.bz2
wallet-core-618caa117111b9fed6a792b6816fc724483eb349.zip
move denom selection to separate file
Diffstat (limited to 'packages/taler-wallet-core/src/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts
index 853a5e0df..0f70479a5 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -97,7 +97,7 @@ import {
import {
selectForcedWithdrawalDenominations,
selectWithdrawalDenominations,
-} from "./coinSelection.js";
+} from "./denomSelection.js";
import {
PendingTaskType,
TaskIdStr,