Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Oct 10, 2023
1 parent 05f9e87 commit bd4fc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/protocols/eth/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ func handleMessage(backend Backend, peer *Peer) error {
if handler := handlers[msg.Code]; handler != nil {
err := handler(backend, msg, peer)
log.Info("***** Message handling failed", "err", err)
return err
}

return fmt.Errorf("%w: %v", errInvalidMsgCode, msg.Code)
Expand Down

0 comments on commit bd4fc2c

Please sign in to comment.