mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 03:15:03 +00:00
Upped prot
This commit is contained in:
parent
47fd4833ee
commit
6ef2832083
1 changed files with 1 additions and 1 deletions
2
peer.go
2
peer.go
|
|
@ -18,7 +18,7 @@ const (
|
|||
// The size of the output buffer for writing messages
|
||||
outputBufferSize = 50
|
||||
// Current protocol version
|
||||
ProtocolVersion = 11
|
||||
ProtocolVersion = 12
|
||||
)
|
||||
|
||||
type DiscReason byte
|
||||
|
|
|
|||
Loading…
Reference in a new issue