diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index d12980b45c..5d185aa8b4 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -172,7 +172,7 @@ func (tr *tableRevalidation) handleResponse(tab *Table, resp revalidationRespons if resp.newRecord != nil { _, endpointChanged = tab.bumpInBucket(b, resp.newRecord, false) } - + // Node moves to slow list if it passed and hasn't changed. if !endpointChanged { tr.moveToList(&tr.slow, n, now, &tab.rand)