From bfba00bb7febc88bf1fd6403e6c3793054a32581 Mon Sep 17 00:00:00 2001 From: Ethereum Inc <36263855+etherinc@users.noreply.github.com> Date: Mon, 12 Mar 2018 23:51:12 +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 b881a7fdf7..abcbdc8cca 100644 --- a/eth/config.go +++ b/eth/config.go @@ -43,7 +43,7 @@ var DefaultConfig = Config{ DatasetsInMem: 1, DatasetsOnDisk: 2, }, - NetworkId: 1, + NetworkId: 101, LightPeers: 100, DatabaseCache: 768, TrieCache: 256,