laconicd/x/evm/types/protocol.go
Federico Kunze 614e62fb7e
additions
2021-04-18 17:54:18 +02:00

10 lines
192 B
Go

package types
// Constants to match up protocol versions and messages
const (
eth65 = 65
// ProtocolVersion is the latest supported version of the eth protocol.
ProtocolVersion = eth65
)