From 7d730e0ba304a170cdfc945a2dafdbf29c617a17 Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 22 Jan 2025 09:29:50 -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 7586598..d5ae610 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -13,7 +13,7 @@ which enables the synchronization of messages between nodes storing sets of [`14 # Specification -Waku Sync consists of 2 libp2p protocols; reconciliation and transfer. +Waku Sync consists of two libp2p protocols: `reconciliation` and `transfer`. The Reconciliation protocol finds differences in sets of messages. The Transfer protocol is used to exchange the differences found with other peers. The end goal being that peers have the same set of messages.