aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'peer.cpp')
-rw-r--r--peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.cpp b/peer.cpp
index 70d03e9b..d13ea97f 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -55,7 +55,7 @@ int peerTest(int argc, char** argv)
{
this_thread::sleep_for(chrono::milliseconds(100));
if (!(i % 10))
- ph.pingAll();
+ ph.keepAlivePeers();
}
return 0;