Commit 1d7bf3d3 authored by Péter Szilágyi's avatar Péter Szilágyi

eth/downloader: fix merge compile error

parent 6d497f61
...@@ -551,7 +551,7 @@ func (d *Downloader) banBlocks(peerId string, head common.Hash) error { ...@@ -551,7 +551,7 @@ func (d *Downloader) banBlocks(peerId string, head common.Hash) error {
if peer == nil { if peer == nil {
return nil return nil
} }
request := d.queue.Reserve(peer, MaxBlockFetch) request := d.queue.Reserve(peer)
if request == nil { if request == nil {
return nil return nil
} }
......
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