1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-05-28 04:16:58 +00:00

Fix comment

This commit is contained in:
catbref 2020-03-19 11:10:40 +00:00
parent db270f559f
commit c05533fb71

@ -464,7 +464,7 @@ public class Peer {
}
/* package */ void startPings() {
// Replacing initial null value allows pingCheck() to start sending pings.
// Replacing initial null value allows getPingTask() to start sending pings.
LOGGER.trace(() -> String.format("Enabling pings for peer %s", this));
this.lastPingSent = System.currentTimeMillis();
}