Skip to content

Commit

Permalink
fix(sync): restart stage on blockfetch failure
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Mar 31, 2024
1 parent c40adc1 commit 88fe471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl Worker {
.blockfetch()
.fetch_single(Point::Specific(slot, hash.to_vec()))
.await
.or_retry()?;
.or_restart()?;

stage
.downstream
Expand Down

0 comments on commit 88fe471

Please sign in to comment.