From df5157c0b0be0feb5366070f7f5d0c6321513bf4 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 9 Dec 2014 20:28:36 +0100 Subject: [PATCH] PV49 --- peer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer.go b/peer.go index 46ac65247..331e9de37 100644 --- a/peer.go +++ b/peer.go @@ -24,7 +24,7 @@ const ( // The size of the output buffer for writing messages outputBufferSize = 50 // Current protocol version - ProtocolVersion = 48 + ProtocolVersion = 49 // Current P2P version P2PVersion = 2 // Ethereum network version