Skip to content

Commit 6b4dcbf

Browse files
int88blakehhuynh
authored andcommitted
eth: fix typo (ethereum#25161)
1 parent d32726f commit 6b4dcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func newHandler(config *handlerConfig) (*handler, error) {
296296
}
297297

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

0 commit comments

Comments
 (0)