diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index 706d724a03..8df10cf454 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -188,7 +188,6 @@ func (tr *tableRevalidation) handleResponse(tab *Table, resp revalidationRespons if !endpointChanged { tr.moveToList(&tr.slow, n, now, &tab.rand) } - } // moveToList ensures n is in the 'dest' list.