Skip to content

Commit

Permalink
eth: fix typo (ethereum#25161)
Browse files Browse the repository at this point in the history
  • Loading branch information
int88 authored and cp-wjhan committed Jun 28, 2023
1 parent 66e4fc4 commit 942918d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/handler.go
Expand Up @@ -298,7 +298,7 @@ func newHandler(config *handlerConfig) (*handler, error) {
}

// runEthPeer registers an eth peer into the joint eth/snap peerset, adds it to
// various subsistems and starts handling messages.
// various subsystems and starts handling messages.
func (h *handler) runEthPeer(peer *eth.Peer, handler eth.Handler) error {
// If the peer has a `snap` extension, wait for it to connect so we can have
// a uniform initialization/teardown mechanism
Expand Down

0 comments on commit 942918d

Please sign in to comment.