From 0e9e8a479a7779a97600014600a8b19b641507a1 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 7 May 2026 12:52:31 +0200 Subject: [PATCH] p2p/discover: fix lint issue --- p2p/discover/table.go | 1 - 1 file changed, 1 deletion(-) diff --git a/p2p/discover/table.go b/p2p/discover/table.go index e9c7a3b10b..835f27d223 100644 --- a/p2p/discover/table.go +++ b/p2p/discover/table.go @@ -810,5 +810,4 @@ func (tab *Table) waitForNodes(ctx context.Context, n int) error { } } return notifyErr - }