Fix comment

This commit is contained in:
Nicholas Molnar 2022-05-16 10:19:48 -07:00 committed by Franck Royer
parent c77b74c10c
commit 41f01c6d60
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ export class WakuFilter {
} else { } else {
peer = await this.randomPeer; peer = await this.randomPeer;
if (!peer) if (!peer)
throw "Failed to find known peer that registers waku store protocol"; throw "Failed to find known peer that registers waku filter protocol";
} }
return peer; return peer;
} }