aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/backup/state.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-21 11:47:11 +0200
committerFlorian Dold <florian@dold.me>2021-05-21 11:47:24 +0200
commit6b1aea426a5cb0d6d33757ccaafee831f4875c8c (patch)
tree838b256214cb2fdd766eafb704f08e55f74caa5b /packages/taler-wallet-core/src/operations/backup/state.ts
parentf0ab1449c56b23442beea57e6fd639cf584ec74a (diff)
downloadwallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.tar.xz
tombstone processing in backup import
Diffstat (limited to 'packages/taler-wallet-core/src/operations/backup/state.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/backup/state.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/operations/backup/state.ts b/packages/taler-wallet-core/src/operations/backup/state.ts
index 686c307a1..e2a0f4cf3 100644
--- a/packages/taler-wallet-core/src/operations/backup/state.ts
+++ b/packages/taler-wallet-core/src/operations/backup/state.ts
@@ -28,9 +28,6 @@ export interface WalletBackupConfState {
/**
* Last hash of the canonicalized plain-text backup.
- *
- * Used to determine whether the wallet's content changed
- * and we need to bump the clock.
*/
lastBackupPlainHash?: string;