aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorStein Dekker <dekker.stein@gmail.com>2016-08-23 23:23:34 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-08-23 23:23:34 +0800
commit4ce83bf57bd06d73dcc1bac364784a5afe24f9d4 (patch)
tree05301f92f6567253cb8c4d9ce56cf65aa2b7a14e /eth
parentb5009534256ab6b3f2e91bbaca24d8c5d53924d6 (diff)
downloadgo-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.tar
go-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.tar.gz
go-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.tar.bz2
go-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.tar.lz
go-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.tar.xz
go-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.tar.zst
go-tangerine-4ce83bf57bd06d73dcc1bac364784a5afe24f9d4.zip
eth/fetcher: small typo fix (#2932)
Diffstat (limited to 'eth')
-rw-r--r--eth/fetcher/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go
index 039bdba2a..e225b4996 100644
--- a/eth/fetcher/fetcher.go
+++ b/eth/fetcher/fetcher.go
@@ -38,7 +38,7 @@ const (
maxUncleDist = 7 // Maximum allowed backward distance from the chain head
maxQueueDist = 32 // Maximum allowed distance from the chain head to queue
hashLimit = 256 // Maximum number of unique blocks a peer may have announced
- blockLimit = 64 // Maximum number of unique blocks a per may have delivered
+ blockLimit = 64 // Maximum number of unique blocks a peer may have delivered
)
var (