Skip to content

Commit 3635108

Browse files
authored
Merge branch 'develop' into share-community-qr-17993
2 parents 9a6be80 + be2c697 commit 3635108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/legacy/status_im/node/core.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
:PeerExchange true
7373
:Port 0
7474
:UDPPort 0
75-
:LightClient true})
75+
:LightClient false})
7676

7777
(def login-node-config
7878
{:WalletConfig (cond-> {:Enabled true}

src/status_im/contexts/profile/config.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
:upstreamConfig config/default-network-rpc-url
4444
:networkId config/default-network-id
4545
:currentNetwork config/default-network
46-
:wakuV2LightClient true
46+
:wakuV2LightClient false
4747
:previewPrivacy config/blank-preview?})))
4848

4949
(defn strip-file-prefix

0 commit comments

Comments
 (0)