Skip to content

Commit

Permalink
eth/downloader: typo in comment (#28196)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 authored Sep 26, 2023
1 parent 4de89e9 commit 4021910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/downloader/skeleton.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func (s *skeleton) sync(head *types.Header) (*types.Header, error) {
for _, peer := range s.peers.AllPeers() {
s.idles[peer.id] = peer
}
// Nofity any tester listening for startup events
// Notify any tester listening for startup events
if s.syncStarting != nil {
s.syncStarting()
}
Expand Down

0 comments on commit 4021910

Please sign in to comment.