mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
fix: ci
This commit is contained in:
parent
5d63f79505
commit
c17bb93d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1579,7 +1579,7 @@ func (d *Downloader) processSnapSyncContent() error {
|
||||||
timer = time.NewTimer(time.Second)
|
timer = time.NewTimer(time.Second)
|
||||||
)
|
)
|
||||||
defer timer.Stop()
|
defer timer.Stop()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
// Wait for the next batch of downloaded data to be available. If we have
|
// 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
|
// not yet reached the pivot point, wait blockingly as there's no need to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue