summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-19 12:21:15 +0200
committerFlorian Dold <florian@dold.me>2022-09-19 12:21:15 +0200
commitd759c7e78a2bbf8c0cf191aab7f513353372baf9 (patch)
tree442faa6c889d3975e70e9b1cd622a7e379480564
parentf1f332e0a6e10d380df0c60580ca37f91d394a60 (diff)
downloadwallet-core-d759c7e78a2bbf8c0cf191aab7f513353372baf9.tar.gz
wallet-core-d759c7e78a2bbf8c0cf191aab7f513353372baf9.tar.bz2
wallet-core-d759c7e78a2bbf8c0cf191aab7f513353372baf9.zip
-comment
-rw-r--r--packages/taler-wallet-core/src/operations/pay.ts1
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,