mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 16:53:10 +00:00
Fix comment
This commit is contained in:
parent
c77b74c10c
commit
41f01c6d60
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user