From dc570d95be671f332c781f4cf7cf78c8c4e856fa Mon Sep 17 00:00:00 2001 From: kaichao Date: Mon, 1 Jul 2024 16:06:42 +0800 Subject: [PATCH] Update standards/application/relay-reliability.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: richΛrd --- 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 27013b7..0761578 100644 --- a/standards/application/relay-reliability.md +++ b/standards/application/relay-reliability.md @@ -96,7 +96,7 @@ def fetchMissingMessages(queryParams): missingMessageHashes = [] # get missing message identifiers first in order to reduce the data transfer - response = waku.store.queryMessageHashes(queryParams) + response = waku.store.queryMessageHashes(peerID, queryParams) for !response.isComplete(): # process each message in the response response.messages().forEach(messageHash -> {