mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 02:18:25 +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) {
|
||||
protocols.push(Protocols.LightPush);
|
||||
}
|
||||
if (waku.peerExchange) {
|
||||
protocols.push(Protocols.PeerExchange);
|
||||
}
|
||||
|
||||
return protocols;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user