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 blakehhuynh committed Oct 7, 2022
1 parent 248df4d commit 24bcd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/handler.go
Expand Up @@ -296,7 +296,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 24bcd38

Please sign in to comment.