Skip to content

Commit

Permalink
Merge branch 'fix/circular-deps-finalized-head' into feat/simplify-ra…
Browse files Browse the repository at this point in the history
…nge-finalized-check
  • Loading branch information
parketh committed Nov 5, 2024
2 parents c6b7e47 + 0409cd8 commit 10a0fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finalitygadget/finalitygadget.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ func (fg *FinalityGadget) processBlocksTillHeight(ctx context.Context, latestHei
go func() {
wg.Wait()
close(results)
close(errors)
}()

// Extract and handle error (if any)
Expand Down

0 comments on commit 10a0fc1

Please sign in to comment.