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 -> {