From 5d63f79505c211fa39d5bb0e0c236e2acac91178 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:04:27 -0600 Subject: [PATCH] eth/downloader: add space --- eth/downloader/downloader.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/downloader/downloader.go b/eth/downloader/downloader.go index 425ba9079a..7d3befe284 100644 --- a/eth/downloader/downloader.go +++ b/eth/downloader/downloader.go @@ -1579,6 +1579,7 @@ func (d *Downloader) processSnapSyncContent() error { timer = time.NewTimer(time.Second) ) defer timer.Stop() + for { // Wait for the next batch of downloaded data to be available. If we have // not yet reached the pivot point, wait blockingly as there's no need to