aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts6
1 files changed, 5 insertions, 1 deletions
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.
*