taler-docs

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

commit fd942ad7d6e2c74a46c3116ac224c94474fa1b82
parent 0e30daf0de8cc20cefed73162513cd555d68563f
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri, 10 Apr 2026 16:12:38 +0200

dd92 updates

Diffstat:
Mdesign-documents/092-incremental-backup-sync.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/design-documents/092-incremental-backup-sync.rst b/design-documents/092-incremental-backup-sync.rst @@ -608,7 +608,6 @@ User initiates a withdrawal. type: "withdrawal-start"; withdrawalGroupId: string; secretSeed: string; - reservePub: EddsaPublicKey; timestampStart: TalerPreciseTimestamp; restrictAge?: number; instructedAmount: AmountString; @@ -1436,3 +1435,5 @@ Discussion / Q&A a withdrawal group. Coins in the backup thus contain a reference to the originating withdrawal operation, which in the event of being deleted will prevent coins from being restored from backup. + +* Should the wallets always keep a full copy of the linked list?