mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
p2p/discover: remove var that is no need any more
This commit is contained in:
parent
f4817b7a53
commit
a890f4779a
1 changed files with 0 additions and 2 deletions
|
|
@ -47,8 +47,6 @@ const (
|
||||||
NodesMsg
|
NodesMsg
|
||||||
TalkRequestMsg
|
TalkRequestMsg
|
||||||
TalkResponseMsg
|
TalkResponseMsg
|
||||||
RequestTicketMsg
|
|
||||||
TicketMsg
|
|
||||||
|
|
||||||
UnknownPacket = byte(255) // any non-decryptable packet
|
UnknownPacket = byte(255) // any non-decryptable packet
|
||||||
WhoareyouPacket = byte(254) // the WHOAREYOU packet
|
WhoareyouPacket = byte(254) // the WHOAREYOU packet
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue