summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util/coinSelection.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-26 19:27:34 +0200
committerFlorian Dold <florian@dold.me>2023-06-26 19:27:42 +0200
commita844136489611525726c117cb28086b854bee5c0 (patch)
treebb3384fab39600c35675cd8e36caac9246ef9782 /packages/taler-wallet-core/src/util/coinSelection.ts
parent2779086a32a62d6d16b7813c2ca4944dc02c4d93 (diff)
downloadwallet-core-a844136489611525726c117cb28086b854bee5c0.tar.gz
wallet-core-a844136489611525726c117cb28086b854bee5c0.tar.bz2
wallet-core-a844136489611525726c117cb28086b854bee5c0.zip
wallet-core: make changes to available amount atomic
W.r.t. transactions
Diffstat (limited to 'packages/taler-wallet-core/src/util/coinSelection.ts')
-rw-r--r--packages/taler-wallet-core/src/util/coinSelection.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/util/coinSelection.ts b/packages/taler-wallet-core/src/util/coinSelection.ts
index 26dc0dedc..d3c6ffc67 100644
--- a/packages/taler-wallet-core/src/util/coinSelection.ts
+++ b/packages/taler-wallet-core/src/util/coinSelection.ts
@@ -31,7 +31,6 @@ import {
AmountJson,
AmountResponse,
Amounts,
- AmountString,
CoinStatus,
ConvertAmountRequest,
DenominationInfo,
@@ -42,7 +41,6 @@ import {
ForcedDenomSel,
GetAmountRequest,
GetPlanForOperationRequest,
- GetPlanForOperationResponse,
j2s,
Logger,
parsePaytoUri,