summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--design-documents/019-wallet-backup-merge.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/design-documents/019-wallet-backup-merge.rst b/design-documents/019-wallet-backup-merge.rst
index ceedfb33..3c4541f7 100644
--- a/design-documents/019-wallet-backup-merge.rst
+++ b/design-documents/019-wallet-backup-merge.rst
@@ -131,7 +131,9 @@ Q / A
* A: When syncing with a backup server that still has an old version
(but same device ID and wallet root pub), the tombstones ensure
that no old data is re-surfaced that has been deleted in later
- versions.
+ versions. This can happen in practice even with only one device,
+ namely when a backup provider is unavailable for a long time,
+ but then becomes available again.
* Q: Why are tombstones only GCed after exceeding an age threshold?