discovery: fix make lint

This commit is contained in:
yyforyongyu
2025-07-31 11:46:47 +08:00
parent 84532e27f9
commit fc11e48585
3 changed files with 1 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ type Gossip struct {
}
// Parse the pubkeys for the pinned syncers.
func (g *Gossip) Parse() error {
pinnedSyncers := make(discovery.PinnedSyncers)
for _, pubkeyStr := range g.PinnedSyncersRaw {