Allow local networking option.

This commit is contained in:
Gav Wood 2014-09-02 12:21:41 +02:00
parent dbf099d121
commit ef9a577af7

View File

@ -54,7 +54,6 @@ int peerTest(int argc, char** argv)
for (int i = 0; ; ++i)
{
this_thread::sleep_for(chrono::milliseconds(100));
// pn.sync();
if (!(i % 10))
ph.pingAll();
}