We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32726f commit 6b4dcbfCopy full SHA for 6b4dcbf
eth/handler.go
@@ -296,7 +296,7 @@ func newHandler(config *handlerConfig) (*handler, error) {
296
}
297
298
// runEthPeer registers an eth peer into the joint eth/snap peerset, adds it to
299
-// various subsistems and starts handling messages.
+// various subsystems and starts handling messages.
300
func (h *handler) runEthPeer(peer *eth.Peer, handler eth.Handler) error {
301
// If the peer has a `snap` extension, wait for it to connect so we can have
302
// a uniform initialization/teardown mechanism
0 commit comments