mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p/discover: gofmt
This commit is contained in:
parent
0d8ef1f87e
commit
66998051e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue