Fix comment

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

View File

@ -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();
}