mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
discovery: fix make lint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user