From e6501af97b2a4043443fce2762bf93f0e098f862 Mon Sep 17 00:00:00 2001 From: Igor Mandrigin Date: Thu, 20 Sep 2018 14:52:17 +0200 Subject: [PATCH] Explicitly disable discovery when signing in to the account. Signed-off-by: yenda --- src/status_im/node/core.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/node/core.cljs b/src/status_im/node/core.cljs index 71ee0f1353..37b3421ea4 100644 --- a/src/status_im/node/core.cljs +++ b/src/status_im/node/core.cljs @@ -76,7 +76,8 @@ (get-base-node-config) current-fleet - (assoc :NoDiscovery false + (assoc :NoDiscovery false + :Rendezvous false :ClusterConfig {:Enabled true :Fleet (name current-fleet-key) :BootNodes (pick-nodes 4 (vals (:boot current-fleet)))