mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 10:28:15 +00:00
Merge pull request #1082 from waku-org/feat/remove-default-wait-to-peer-exchange
This commit is contained in:
commit
17cdbc800e
@ -155,9 +155,6 @@ function getEnabledProtocols(waku: Waku): Protocols[] {
|
|||||||
if (waku.lightPush) {
|
if (waku.lightPush) {
|
||||||
protocols.push(Protocols.LightPush);
|
protocols.push(Protocols.LightPush);
|
||||||
}
|
}
|
||||||
if (waku.peerExchange) {
|
|
||||||
protocols.push(Protocols.PeerExchange);
|
|
||||||
}
|
|
||||||
|
|
||||||
return protocols;
|
return protocols;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user