taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 93e0f26b432a0e96d9f50e58058bb69d7fbf74e8
parent 1ce53e1c211296233f2f683c64e156e4d3a79678
Author: Florian Dold <florian@dold.me>
Date:   Thu, 14 Sep 2023 17:43:20 +0200

-remove unused record

Diffstat:
Mpackages/taler-wallet-core/src/db.ts | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git 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;