From d98d49aa58d59e6d428e5d024ba3f6ea0352ae2a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 15 Oct 2022 16:25:44 +0200 Subject: wallet-core: address another DB FIXME --- packages/taler-wallet-core/src/db.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/taler-wallet-core/src/db.ts') 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; -- cgit v1.2.3