From 99202947ce8bf210befe66349468b7df93d7b57d Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Tue, 12 May 2020 22:55:05 -0700 Subject: [PATCH] add note --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 2338b23a3..408771485 100644 --- a/main.js +++ b/main.js @@ -175,6 +175,7 @@ function prepareURL(pathSegments, moreKeys) { localUrl: config.get('localUrl'), cdnUrl: config.get('cdnUrl'), defaultPoWDifficulty: config.get('defaultPoWDifficulty'), + // one day explain why we need to do this - neuroscr seedNodeList: JSON.stringify(config.get('seedNodeList')), certificateAuthority: config.get('certificateAuthority'), environment: config.environment,