aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-03-10 16:30:24 +0100
committerFlorian Dold <florian@dold.me>2022-03-10 16:30:24 +0100
commit9d660788521d93452aa767d86158889fd4870fd1 (patch)
tree1ee3315e9224ee56b1848cfab02974a2dc6a2da6 /packages/taler-wallet-core/src/util
parent1607c728bca19a003ca08b64b4d2afc73e4d1e2a (diff)
downloadwallet-core-9d660788521d93452aa767d86158889fd4870fd1.tar.xz
wallet-core: do not rely on reserve history for withdrawals
Diffstat (limited to 'packages/taler-wallet-core/src/util')
-rw-r--r--packages/taler-wallet-core/src/util/coinSelection.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/util/coinSelection.ts b/packages/taler-wallet-core/src/util/coinSelection.ts
index 4f8a01d19..e19b58774 100644
--- a/packages/taler-wallet-core/src/util/coinSelection.ts
+++ b/packages/taler-wallet-core/src/util/coinSelection.ts
@@ -77,6 +77,8 @@ export interface AvailableCoinInfo {
/**
* Coin's denomination public key.
+ *
+ * FIXME: We should only need the denomPubHash here, if at all.
*/
denomPub: DenominationPubKey;