Skip to content

Commit

Permalink
p2p/discover : typo (#27193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Apr 28, 2023
1 parent c387186 commit a865e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discover/v5_udp.go
Expand Up @@ -264,7 +264,7 @@ func (t *UDPv5) TalkRequest(n *enode.Node, protocol string, request []byte) ([]b
}
}

// TalkRequest sends a talk request to a node and waits for a response.
// TalkRequestToID sends a talk request to a node and waits for a response.

This comment has been minimized.

Copy link
@Aroc902322

Aroc902322 Apr 30, 2023

127.0.0.1:8551

func (t *UDPv5) TalkRequestToID(id enode.ID, addr *net.UDPAddr, protocol string, request []byte) ([]byte, error) {

This comment has been minimized.

Copy link
@Aroc902322

Aroc902322 Apr 30, 2023

256

req := &v5wire.TalkRequest{Protocol: protocol, Message: request}
resp := t.callToID(id, addr, v5wire.TalkResponseMsg, req)
Expand Down

0 comments on commit a865e28

Please sign in to comment.