Skip to content

Commit

Permalink
Revert "eth/downloader: typo in comment (ethereum#28196)"
Browse files Browse the repository at this point in the history
This reverts commit e49367e.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 5cfbfe2 commit 3048c1a
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
}
// Notify any tester listening for startup events
// Nofity any tester listening for startup events
if s.syncStarting != nil {
s.syncStarting()
}
Expand Down

0 comments on commit 3048c1a

Please sign in to comment.