From 957f9a5efb26194a7911cdaf722502ba09e5bd58 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 5 Oct 2022 18:31:56 +0200 Subject: wallet-core: fix default auditor/exchange loading logic --- packages/taler-wallet-core/src/db.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 f8fddb255..16ae2cf8d 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -510,7 +510,7 @@ export interface ExchangeRecord { permanent: boolean; /** - * Last time when the exchange was updated. + * Last time when the exchange was updated (both /keys and /wire). */ lastUpdate: TalerProtocolTimestamp | undefined; @@ -521,6 +521,10 @@ export interface ExchangeRecord { */ nextUpdate: TalerProtocolTimestamp; + lastKeysEtag: string | undefined; + + lastWireEtag: string | undefined; + /** * Next time that we should check if coins need to be refreshed. * -- cgit v1.2.3