We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a6be80 + be2c697 commit 3635108Copy full SHA for 3635108
src/legacy/status_im/node/core.cljs
@@ -72,7 +72,7 @@
72
:PeerExchange true
73
:Port 0
74
:UDPPort 0
75
- :LightClient true})
+ :LightClient false})
76
77
(def login-node-config
78
{:WalletConfig (cond-> {:Enabled true}
src/status_im/contexts/profile/config.cljs
@@ -43,7 +43,7 @@
43
:upstreamConfig config/default-network-rpc-url
44
:networkId config/default-network-id
45
:currentNetwork config/default-network
46
- :wakuV2LightClient true
+ :wakuV2LightClient false
47
:previewPrivacy config/blank-preview?})))
48
49
(defn strip-file-prefix
0 commit comments