mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 23:03:07 +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