aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-15 16:25:44 +0200
committerFlorian Dold <florian@dold.me>2022-10-15 16:25:44 +0200
commitd98d49aa58d59e6d428e5d024ba3f6ea0352ae2a (patch)
tree388e9397402e985cf9bcbcc9ef458d817989b6f4 /packages/taler-wallet-core/src/db.ts
parenta41d1ee53e1dc6af0b54f085053278e039cda8dc (diff)
downloadwallet-core-d98d49aa58d59e6d428e5d024ba3f6ea0352ae2a.tar.xz
wallet-core: address another DB FIXME
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;