mirror of https://github.com/status-im/op-geth.git
eth/downloader: fix merge compile error
This commit is contained in:
parent
6d497f61c6
commit
1d7bf3d39f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue