p2p: bump devp2p protcol version to 3

For compatibility with cpp-ethereum
pull/292/head
Felix Lange 10 years ago
parent fd3e1061e0
commit 32a9c0ca80
  1. 2
      p2p/peer.go

@ -16,7 +16,7 @@ import (
)
const (
baseProtocolVersion = 2
baseProtocolVersion = 3
baseProtocolLength = uint64(16)
baseProtocolMaxMsgSize = 10 * 1024 * 1024

Loading…
Cancel
Save