laconicd/x/evm/types/protocol.go

10 lines
192 B
Go
Raw Normal View History

2021-04-18 15:54:18 +00:00
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
)