3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 19:25:51 +00:00

Fix the comment for PeerGroup.getPingIntervalMsec()

This commit is contained in:
Jon Griffiths 2016-08-28 02:29:02 +12:00
parent faf8d7fabf
commit 3b9a136eca
No known key found for this signature in database
GPG Key ID: F71C22C3DB1F7227

View File

@ -2206,7 +2206,7 @@ public class PeerGroup implements TransactionBroadcaster {
/**
* Returns the period between pings for an individual peer. Setting this lower means more accurate and timely ping
* times are available via {@link org.bitcoinj.core.Peer#getLastPingTime()} but it increases load on the
* remote node. It defaults to 5000.
* remote node. It defaults to {@link PeerGroup#DEFAULT_PING_INTERVAL_MSEC}.
*/
public long getPingIntervalMsec() {
lock.lock();