Better version strings.

This commit is contained in:
Gav Wood 2014-02-09 15:58:37 +00:00
parent 4a6e433625
commit 27dfbf1962

View File

@ -55,7 +55,7 @@ int peerTest(int argc, char** argv)
for (int i = 0; ; ++i) for (int i = 0; ; ++i)
{ {
this_thread::sleep_for(chrono::milliseconds(100000)); this_thread::sleep_for(chrono::milliseconds(100));
pn.process(ch); pn.process(ch);
if (!(i % 10)) if (!(i % 10))
pn.pingAll(); pn.pingAll();