aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-05-21 23:16:04 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-05-21 23:16:04 +0800
commit06a041589f3c2d4b3e66a1ce51e3e03e209fdbff (patch)
tree2c6d15f5ac83fcf642b3c8432da19e937534f5f1 /eth/protocol.go
parent52db6d8be577669bd5ba659ac223acf61956b05a (diff)
downloadgo-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.tar
go-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.tar.gz
go-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.tar.bz2
go-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.tar.lz
go-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.tar.xz
go-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.tar.zst
go-tangerine-06a041589f3c2d4b3e66a1ce51e3e03e209fdbff.zip
eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K
Diffstat (limited to 'eth/protocol.go')
-rw-r--r--eth/protocol.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/eth/protocol.go b/eth/protocol.go
index 48f37b59c..948051ed1 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -12,8 +12,6 @@ const (
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024
- maxHashes = 512
- maxBlocks = 128
)
// eth protocol message codes