From 25e071da001b0fb7446295db890a4aec87068697 Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 22 Jan 2025 09:42:25 -0500 Subject: [PATCH] Update standards/core/sync.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- standards/core/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/core/sync.md b/standards/core/sync.md index adf1c51..0a86da3 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -49,7 +49,7 @@ The timestamp MUST be the time of creation and the hash MUST follow the [deterministic message hashing specification](https://rfc.vac.dev/waku/standards/core/14/message#deterministic-message-hashing) -> This way the message Ids can always be totally ordered, +> This way the message IDs can always be totally ordered, first chronologically according to the timestamp and then disambiguate based on the hash lexical order in cases where the timestamp is the same.