Update standards/application/relay-reliability.md

Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
kaichao 2024-07-01 16:06:42 +08:00 committed by GitHub
parent d31283c68c
commit dc570d95be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def fetchMissingMessages(queryParams):
missingMessageHashes = [] missingMessageHashes = []
# get missing message identifiers first in order to reduce the data transfer # 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(): for !response.isComplete():
# process each message in the response # process each message in the response
response.messages().forEach(messageHash -> { response.messages().forEach(messageHash -> {