From 0d655f7023fd429df47db257ba80a79249644acd Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 22 Jan 2025 09:46:59 -0500 Subject: [PATCH] Update standards/core/sync.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- standards/core/sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standards/core/sync.md b/standards/core/sync.md index 3fb7465..ceaeade 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -117,8 +117,8 @@ The wire level payload MUST be encoded as follow. 2. if timestamp is zero, 1 byte for the hash bytes length & the hash bytes & 3. 1 byte, the _range_ type & 4. either - - 32 bytes _fingerprint_ & - - _varint_ bytes of the item set length & bytes of every items & + - 32 bytes _fingerprint_ or + - _varint_ bytes of the item set length & bytes of every items or - if _skip range_, do nothing 5. repeat steps 1 to 4 for all ranges.