From ce5143aa709331eefbf5e6229a54cbb86bccbe3f Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 28 Jun 2018 10:16:12 -0400 Subject: [PATCH] Updated blockchain.json with syncModes --- config/blockchain.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/blockchain.json b/config/blockchain.json index 638c816..3e17281 100644 --- a/config/blockchain.json +++ b/config/blockchain.json @@ -24,7 +24,7 @@ "testnet": { "enabled": true, "networkType": "testnet", - "light": true, + "syncMode": "light", "rpcHost": "localhost", "rpcPort": 8545, "rpcCorsDomain": "http://localhost:8000", @@ -35,7 +35,7 @@ "livenet": { "enabled": true, "networkType": "livenet", - "light": true, + "syncMode": "light", "rpcHost": "localhost", "rpcPort": 8545, "rpcCorsDomain": "http://localhost:8000",