mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-10 16:08:16 -05:00
do not use the sync target to download the headers (#7914)
Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
This commit is contained in:
@@ -99,7 +99,6 @@ public class DownloadHeadersStep
|
||||
range.getStart().getNumber(),
|
||||
headerRequestSize,
|
||||
metricsSystem)
|
||||
.assignPeer(range.getSyncTarget())
|
||||
.run()
|
||||
.thenApply(PeerTaskResult::getResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user