diff options
| author | Florian Dold <florian@dold.me> | 2022-03-10 16:30:24 +0100 | 
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2022-03-10 16:30:24 +0100 | 
| commit | 9d660788521d93452aa767d86158889fd4870fd1 (patch) | |
| tree | 1ee3315e9224ee56b1848cfab02974a2dc6a2da6 /packages/taler-wallet-core/src/util | |
| parent | 1607c728bca19a003ca08b64b4d2afc73e4d1e2a (diff) | |
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.ts | 2 | 
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; | 
