mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-24 03:48:07 +00:00
eth/protocols/snap: fix typo (#22530)
This commit is contained in:
parent
91726e8aad
commit
117fa7d4a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue