From a890f4779a0a8ac5029cf9b36795e6f0549fcd18 Mon Sep 17 00:00:00 2001 From: cuiweixie Date: Thu, 20 Nov 2025 20:29:14 +0800 Subject: [PATCH] p2p/discover: remove var that is no need any more --- p2p/discover/v5wire/msg.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/p2p/discover/v5wire/msg.go b/p2p/discover/v5wire/msg.go index 089fd4ebdc..f0a8ad7df1 100644 --- a/p2p/discover/v5wire/msg.go +++ b/p2p/discover/v5wire/msg.go @@ -47,8 +47,6 @@ const ( NodesMsg TalkRequestMsg TalkResponseMsg - RequestTicketMsg - TicketMsg UnknownPacket = byte(255) // any non-decryptable packet WhoareyouPacket = byte(254) // the WHOAREYOU packet