Skip to content

Commit

Permalink
eth/downloader: typo in comment (ethereum#28196)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 authored and tyler-smith committed Oct 12, 2023
1 parent 1e9e578 commit 3d71f29
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 3d71f29

Please sign in to comment.