Skip to content

Commit

Permalink
do not use the sync target to download the headers (#7914)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinges authored Nov 27, 2024
1 parent 126debb commit e8a282f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ private CompletableFuture<List<BlockHeader>> downloadHeaders(final SyncTargetRan
range.getStart().getNumber(),
headerRequestSize,
metricsSystem)
.assignPeer(range.getSyncTarget())
.run()
.thenApply(PeerTaskResult::getResult);
}
Expand Down

0 comments on commit e8a282f

Please sign in to comment.