taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b589f49c55ed8943488dccfd265c5523bb257a0a
parent 062769f73d73880b4e138540b92932f39e103338
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 28 Apr 2020 00:01:10 +0530

formatting

Diffstat:
Mdesign-documents/005-wallet-backup-sync.rst | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 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.)