From 7aae561a89055878262e61066fde8db69ea27e20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 26 Apr 2021 23:39:44 +0200 Subject: record, not object --- design-documents/019-wallet-backup-merge.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'design-documents') diff --git a/design-documents/019-wallet-backup-merge.rst b/design-documents/019-wallet-backup-merge.rst index 3c4541f7..2f781b3e 100644 --- a/design-documents/019-wallet-backup-merge.rst +++ b/design-documents/019-wallet-backup-merge.rst @@ -61,13 +61,13 @@ Stored Information * The wallet root public key of the wallet that owns the backup account * The device ID of the wallet that owns the backup account. -* Every object and tombstone in the wallet's database and the backup blob keeps +* Every record and tombstone in the wallet's database and the backup blob keeps track of: * The version number at which the entry was created. * A timestamp for the entry. -The version number is incremented with every operation that adds an object or +The version number is incremented with every operation that adds an record or tombstone to the wallet's database. -- cgit v1.2.3