diff --git a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim index fb0dd2b..e7a2fd5 100644 --- a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim +++ b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim @@ -938,6 +938,7 @@ proc revalidateLoop(d: Protocol) {.async.} = try: while true: await sleepAsync(milliseconds(d.rng[].rand(RevalidateMax))) + echo d.localNode.address.get().port, ": ", d.nodesDiscovered() let n = d.routingTable.nodeToRevalidate() if not n.isNil: traceAsyncErrors d.revalidateNode(n)