Commit 4ce83bf5 authored by Stein Dekker's avatar Stein Dekker Committed by Péter Szilágyi

eth/fetcher: small typo fix (#2932)

parent b5009534
...@@ -38,7 +38,7 @@ const ( ...@@ -38,7 +38,7 @@ const (
maxUncleDist = 7 // Maximum allowed backward distance from the chain head maxUncleDist = 7 // Maximum allowed backward distance from the chain head
maxQueueDist = 32 // Maximum allowed distance from the chain head to queue maxQueueDist = 32 // Maximum allowed distance from the chain head to queue
hashLimit = 256 // Maximum number of unique blocks a peer may have announced 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 ( var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment