eth: fix typo (#25161)

This commit is contained in:
int88 2022-06-24 20:28:01 +08:00 committed by GitHub
parent 6135c688b8
commit e620fa3980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@ func newHandler(config *handlerConfig) (*handler, error) {
} }
// runEthPeer registers an eth peer into the joint eth/snap peerset, adds it to // 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 { 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 // If the peer has a `snap` extension, wait for it to connect so we can have
// a uniform initialization/teardown mechanism // a uniform initialization/teardown mechanism