summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-28 00:01:10 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-28 00:01:10 +0530
commitb589f49c55ed8943488dccfd265c5523bb257a0a (patch)
tree42e3479c20a227808177c90418467ea7f3f8e1cb
parent062769f73d73880b4e138540b92932f39e103338 (diff)
downloaddocs-b589f49c55ed8943488dccfd265c5523bb257a0a.tar.gz
docs-b589f49c55ed8943488dccfd265c5523bb257a0a.tar.bz2
docs-b589f49c55ed8943488dccfd265c5523bb257a0a.zip
formatting
-rw-r--r--design-documents/005-wallet-backup-sync.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/design-documents/005-wallet-backup-sync.rst b/design-documents/005-wallet-backup-sync.rst
index 0bba03e2..75f387fa 100644
--- a/design-documents/005-wallet-backup-sync.rst
+++ b/design-documents/005-wallet-backup-sync.rst
@@ -34,14 +34,14 @@ operations are resolved in favor of "delete".
The managed entities are:
- * set of exchanges with the data from /keys, /wire
- * set of directly trusted exchange public keys
- * set of trusted auditors for currencies
- * set of reserves together with reserve history
- * set of accepted bank withdrawal operations
- * set of coins together with coin history and blinding secret (both for normal withdrawal and refresh)
- and coin source info (refresh operation, tip, reserve)
- * set of purchases (contract terms, applied refunds, ...)
+* set of exchanges with the data from /keys, /wire
+* set of directly trusted exchange public keys
+* set of trusted auditors for currencies
+* set of reserves together with reserve history
+* set of accepted bank withdrawal operations
+* set of coins together with coin history and blinding secret (both for normal withdrawal and refresh)
+ and coin source info (refresh operation, tip, reserve)
+* set of purchases (contract terms, applied refunds, ...)
(Some of these might be further split up to allow more efficient updates.)