good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1d7bf3d3 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

eth/downloader: fix merge compile error

parent 6d497f61
No related branches found
No related tags found
No related merge requests found
......@@ -551,7 +551,7 @@ func (d *Downloader) banBlocks(peerId string, head common.Hash) error {
if peer == nil {
return nil
}
request := d.queue.Reserve(peer, MaxBlockFetch)
request := d.queue.Reserve(peer)
if request == nil {
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment