From 8e961df2830a57fadeafc2f74aca19a820b104cb Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 1 Apr 2015 17:10:42 +0200 Subject: bumped network protocol --- eth/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/protocol.go b/eth/protocol.go index a0ab177cd..844641d04 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -14,7 +14,7 @@ import ( const ( ProtocolVersion = 60 - NetworkId = 0 + NetworkId = 3 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 maxHashes = 256 -- cgit v1.2.3