From 47588d735a3af1d0cdb16c0a5ac1519001d79b12 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Sun, 29 Nov 2015 08:18:01 -0500 Subject: [PATCH] param change --- exp/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/protocol.go b/exp/protocol.go index 9e4598410a..340c8c630d 100644 --- a/exp/protocol.go +++ b/exp/protocol.go @@ -34,7 +34,7 @@ const ( ) // Official short name of the protocol used during capability negotiation. -var ProtocolName = "eth" +var ProtocolName = "exp" // Supported versions of the eth protocol (first is primary). var ProtocolVersions = []uint{eth63, eth62, eth61}