From 6fda454985c406518705124521cbf52205ddd371 Mon Sep 17 00:00:00 2001 From: kaichao Date: Fri, 5 Jul 2024 11:42:34 +0800 Subject: [PATCH] Update standards/application/relay-reliability.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- standards/application/relay-reliability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/relay-reliability.md b/standards/application/relay-reliability.md index 720e7af..686e3ff 100644 --- a/standards/application/relay-reliability.md +++ b/standards/application/relay-reliability.md @@ -32,7 +32,7 @@ Before we have a complete design for e2e reliability, we need to compose existin The [Store protocol](https://github.com/waku-org/specs/blob/master/standards/core/store.md) provides a way for nodes in the network to query the existence of messages or fetch specific messages based on the search criteria. -**Search criteria with message hash** +**Query criteria with message hash** For the nodes that may have connection issues to **publish** messages via transport layer, this search criteria can be used to check whether a message is populated in the network or not. The message exists in store node can be marked from `outgoing` to `sent` by application. If the message is not found in the store node, the application can resend the message.