From be2c697b7cf245f91d593dfda18d0554214ceb3b Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Tue, 13 Feb 2024 16:35:33 +0000 Subject: [PATCH] set light client --- src/legacy/status_im/node/core.cljs | 2 +- src/status_im/contexts/profile/config.cljs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/legacy/status_im/node/core.cljs b/src/legacy/status_im/node/core.cljs index f497c93567..c5ecd37fd6 100644 --- a/src/legacy/status_im/node/core.cljs +++ b/src/legacy/status_im/node/core.cljs @@ -72,7 +72,7 @@ :PeerExchange true :Port 0 :UDPPort 0 - :LightClient true}) + :LightClient false}) (def login-node-config {:WalletConfig (cond-> {:Enabled true} diff --git a/src/status_im/contexts/profile/config.cljs b/src/status_im/contexts/profile/config.cljs index 137f97df5e..2a42f954a0 100644 --- a/src/status_im/contexts/profile/config.cljs +++ b/src/status_im/contexts/profile/config.cljs @@ -43,7 +43,7 @@ :upstreamConfig config/default-network-rpc-url :networkId config/default-network-id :currentNetwork config/default-network - :wakuV2LightClient true + :wakuV2LightClient false :previewPrivacy config/blank-preview?}))) (defn strip-file-prefix