dirty tracking for state objects fixed

This commit is contained in:
obscuren
2015-02-20 14:01:30 +01:00
parent 982f73fa6d
commit d8ac267f41
4 changed files with 13 additions and 8 deletions

View File

@ -13,7 +13,7 @@ import (
)
const (
ProtocolVersion = 52
ProtocolVersion = 53
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024