aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index dd21aa037..4b031ace3 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -609,8 +609,6 @@ export interface PlanchetRecord {
coinEvHash: string;
- maxAge: number;
-
ageCommitmentProof?: AgeCommitmentProof;
}
@@ -719,7 +717,7 @@ export interface CoinRecord {
/**
* Maximum age of purchases that can be made with this coin.
*
- * FIXME: Not used for indexing, isn't it redundant?
+ * (Used for indexing, redundant with {@link ageCommitmentProof}).
*/
maxAge: number;