From 216ea425e4579f95c01572d2da0d83890a05c162 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Wed, 1 Apr 2015 17:36:56 +0200
Subject: corrected

---
 eth/protocol.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth/protocol.go b/eth/protocol.go
index 844641d04..a0ab177cd 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -14,7 +14,7 @@ import (
 
 const (
 	ProtocolVersion    = 60
-	NetworkId          = 3
+	NetworkId          = 0
 	ProtocolLength     = uint64(8)
 	ProtocolMaxMsgSize = 10 * 1024 * 1024
 	maxHashes          = 256
-- 
cgit v1.2.3