Skip to content

Commit

Permalink
set light client
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed Feb 16, 2024
1 parent b27f323 commit be2c697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/legacy/status_im/node/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
:PeerExchange true
:Port 0
:UDPPort 0
:LightClient true})
:LightClient false})

(def login-node-config
{:WalletConfig (cond-> {:Enabled true}
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/contexts/profile/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be2c697

Please sign in to comment.