summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-14 17:43:20 +0200
committerFlorian Dold <florian@dold.me>2023-09-14 19:18:01 +0200
commit93e0f26b432a0e96d9f50e58058bb69d7fbf74e8 (patch)
tree817333f9a859c18305d6c2472dd57ccd1c529c5b
parent1ce53e1c211296233f2f683c64e156e4d3a79678 (diff)
downloadwallet-core-93e0f26b432a0e96d9f50e58058bb69d7fbf74e8.tar.gz
wallet-core-93e0f26b432a0e96d9f50e58058bb69d7fbf74e8.tar.bz2
wallet-core-93e0f26b432a0e96d9f50e58058bb69d7fbf74e8.zip
-remove unused record
-rw-r--r--packages/taler-wallet-core/src/db.ts19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 4fc6db68a..597cdf5a5 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -582,25 +582,6 @@ export interface ExchangeDetailsRecord {
ageMask?: number;
}
-export interface ExchangeTosRecord {
- exchangeBaseUrl: string;
-
- etag: string;
-
- /**
- * Terms of service text or undefined if not downloaded yet.
- *
- * This is just used as a cache of the last downloaded ToS.
- *
- */
- termsOfServiceText: string | undefined;
-
- /**
- * Content-type of the last downloaded termsOfServiceText.
- */
- termsOfServiceContentType: string | undefined;
-}
-
export interface ExchangeDetailsPointer {
masterPublicKey: string;