From 9d660788521d93452aa767d86158889fd4870fd1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 10 Mar 2022 16:30:24 +0100 Subject: wallet-core: do not rely on reserve history for withdrawals --- packages/taler-wallet-core/src/util/coinSelection.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-wallet-core/src/util') 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; -- cgit v1.2.3