summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util/coinSelection.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-01-16 17:47:43 -0300
committerSebastian <sebasjm@gmail.com>2022-01-16 17:55:00 -0300
commitf8ae2671c176e293843525c4fc5dd4a33653fd10 (patch)
treef0c6f3e7e8430f1ed52b6ef5be54d84c18939abb /packages/taler-wallet-core/src/util/coinSelection.ts
parentbf0cb6ab135c2a6d58a0684c17a565ed8422d5a4 (diff)
downloadwallet-core-f8ae2671c176e293843525c4fc5dd4a33653fd10.tar.gz
wallet-core-f8ae2671c176e293843525c4fc5dd4a33653fd10.tar.bz2
wallet-core-f8ae2671c176e293843525c4fc5dd4a33653fd10.zip
de-duplicating imports and fixing another typescript minor issues
Diffstat (limited to 'packages/taler-wallet-core/src/util/coinSelection.ts')
-rw-r--r--packages/taler-wallet-core/src/util/coinSelection.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/util/coinSelection.ts b/packages/taler-wallet-core/src/util/coinSelection.ts
index bfc481eaf..9a122a8fa 100644
--- a/packages/taler-wallet-core/src/util/coinSelection.ts
+++ b/packages/taler-wallet-core/src/util/coinSelection.ts
@@ -27,9 +27,8 @@ import {
AmountJson,
Amounts,
DenominationPubKey,
- DenomKeyType,
+ DenomKeyType, Logger, strcmp
} from "@gnu-taler/taler-util";
-import { strcmp, Logger } from "@gnu-taler/taler-util";
const logger = new Logger("coinSelection.ts");