eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K

This commit is contained in:
Péter Szilágyi
2015-05-21 18:16:04 +03:00
parent 52db6d8be5
commit 06a041589f
6 changed files with 14 additions and 13 deletions

View File

@ -12,8 +12,6 @@ const (
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024
maxHashes = 512
maxBlocks = 128
)
// eth protocol message codes