mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
p2p/discover: add param names for documentation in interface
This commit is contained in:
parent
776c02e534
commit
e0e33a6522
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ type codecV5 interface {
|
|||
CurrentChallenge(id enode.ID, addr string) *v5wire.Whoareyou
|
||||
|
||||
// SessionNode returns a node that has completed the handshake.
|
||||
SessionNode(enode.ID, string) *enode.Node
|
||||
SessionNode(id enode.ID, addr string) *enode.Node
|
||||
}
|
||||
|
||||
// UDPv5 is the implementation of protocol version 5.
|
||||
|
|
|
|||
Loading…
Reference in a new issue