From 101f5d1119fdeaead42bb10b2b4e3295da1c885e Mon Sep 17 00:00:00 2001 From: Ethereum Inc <36263855+etherinc@users.noreply.github.com> Date: Wed, 14 Mar 2018 23:51:00 +0530 Subject: [PATCH] Update config.go --- eth/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/config.go b/eth/config.go index abcbdc8cca..b881a7fdf7 100644 --- a/eth/config.go +++ b/eth/config.go @@ -43,7 +43,7 @@ var DefaultConfig = Config{ DatasetsInMem: 1, DatasetsOnDisk: 2, }, - NetworkId: 101, + NetworkId: 1, LightPeers: 100, DatabaseCache: 768, TrieCache: 256,