Unverified Commit 117fa7d4 authored by wuff1996's avatar wuff1996 Committed by GitHub

eth/protocols/snap: fix typo (#22530)

parent 91726e8a
......@@ -115,7 +115,7 @@ func handle(backend Backend, peer *Peer) error {
}
// handleMessage is invoked whenever an inbound message is received from a
// remote peer on the `spap` protocol. The remote connection is torn down upon
// remote peer on the `snap` protocol. The remote connection is torn down upon
// returning any error.
func handleMessage(backend Backend, peer *Peer) error {
// Read the next message from the remote peer, and ensure it's fully consumed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment