Commit 32a9c0ca authored by Felix Lange's avatar Felix Lange

p2p: bump devp2p protcol version to 3

For compatibility with cpp-ethereum
parent fd3e1061
......@@ -16,7 +16,7 @@ import (
)
const (
baseProtocolVersion = 2
baseProtocolVersion = 3
baseProtocolLength = uint64(16)
baseProtocolMaxMsgSize = 10 * 1024 * 1024
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment