mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue