aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-14 23:01:41 +0200
committerFlorian Dold <florian@dold.me>2022-10-14 23:01:41 +0200
commit4d70391f3db386766a516bdecc3d1d265c5d49a1 (patch)
tree32c0c924cf040d25bc1e8c5d9b942313ceabdd30 /packages/taler-wallet-core/src/db.ts
parent3a2b96f3c2dcdf106c989713253a8b3679ae078e (diff)
downloadwallet-core-4d70391f3db386766a516bdecc3d1d265c5d49a1.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.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 002db9805..c301ee457 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -588,17 +588,6 @@ export interface PlanchetRecord {
lastError: TalerErrorDetail | undefined;
- /**
- * Public key of the reserve that this planchet
- * is being withdrawn from.
- *
- * Can be the empty string (non-null/undefined for DB indexing)
- * if this is a tipping reserve.
- *
- * FIXME: Where is this used?
- */
- reservePub: string;
-
denomPubHash: string;
blindingKey: string;