Skip to content

Commit

Permalink
Update common/headtracker/head_tracker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Grigoriou <[email protected]>
  • Loading branch information
dhaidashenko and dimriou authored Feb 28, 2024
1 parent c99cea6 commit f77a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/headtracker/head_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (ht *HeadTracker[HTH, S, ID, BLOCK_HASH]) handleInitialHead(ctx context.Con

latestChain, err := ht.headSaver.Load(ctx, latestFinalized.BlockNumber())
if err != nil {
return fmt.Errorf("failed to initialzed headSaver: %w", err)
return fmt.Errorf("failed to initialized headSaver: %w", err)
}

if latestChain.IsValid() {
Expand Down

0 comments on commit f77a8ab

Please sign in to comment.