mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow local networking option.
This commit is contained in:
parent
dbf099d121
commit
ef9a577af7
1
peer.cpp
1
peer.cpp
@ -54,7 +54,6 @@ int peerTest(int argc, char** argv)
|
|||||||
for (int i = 0; ; ++i)
|
for (int i = 0; ; ++i)
|
||||||
{
|
{
|
||||||
this_thread::sleep_for(chrono::milliseconds(100));
|
this_thread::sleep_for(chrono::milliseconds(100));
|
||||||
// pn.sync();
|
|
||||||
if (!(i % 10))
|
if (!(i % 10))
|
||||||
ph.pingAll();
|
ph.pingAll();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user