Skip to content

Commit

Permalink
eth/fetcher: small typo fix (ethereum#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
steindekker authored and karalabe committed Aug 23, 2016
1 parent b500953 commit 4ce83bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 4ce83bf

Please sign in to comment.