param change

This commit is contained in:
Christopher Franko 2015-11-29 08:18:01 -05:00
parent f620d2c7ec
commit 47588d735a

View file

@ -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}