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 - }