Bump protocol version 58

This commit is contained in:
obscuren 2015-03-13 13:52:57 +01:00
parent e69d5b32e8
commit aa9f981d5f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
)
const (
ProtocolVersion = 56
ProtocolVersion = 58
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024