diff options
author | Florian Dold <florian@dold.me> | 2022-09-19 12:21:15 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-09-19 12:21:15 +0200 |
commit | d759c7e78a2bbf8c0cf191aab7f513353372baf9 (patch) | |
tree | 442faa6c889d3975e70e9b1cd622a7e379480564 /packages | |
parent | f1f332e0a6e10d380df0c60580ca37f91d394a60 (diff) |
-comment
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-core/src/operations/pay.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay.ts b/packages/taler-wallet-core/src/operations/pay.ts index 18be0fe65..415100160 100644 --- a/packages/taler-wallet-core/src/operations/pay.ts +++ b/packages/taler-wallet-core/src/operations/pay.ts @@ -963,7 +963,6 @@ export async function selectCandidates( if (denom.isRevoked || !denom.isOffered) { continue; } - // FIXME: validation status and isOffered! denoms.push({ ...DenominationRecord.toDenomInfo(denom), numAvailable: denomAvail.freshCoinCount ?? 0, |