Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a865e28

Browse files
authored
p2p/discover : typo (ethereum#27193)
1 parent c387186 commit a865e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discover/v5_udp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (t *UDPv5) TalkRequest(n *enode.Node, protocol string, request []byte) ([]b
264264
}
265265
}
266266

267-
// TalkRequest sends a talk request to a node and waits for a response.
267+
// TalkRequestToID sends a talk request to a node and waits for a response.
268268
func (t *UDPv5) TalkRequestToID(id enode.ID, addr *net.UDPAddr, protocol string, request []byte) ([]byte, error) {
269269
req := &v5wire.TalkRequest{Protocol: protocol, Message: request}
270270
resp := t.callToID(id, addr, v5wire.TalkResponseMsg, req)

0 commit comments

Comments
 (0)