eth/fetcher: small typo fix (#2932)
This commit is contained in:
		
							parent
							
								
									b500953425
								
							
						
					
					
						commit
						4ce83bf57b
					
				| @ -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 ( | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user