diff options
author | Gav Wood <i@gavwood.com> | 2014-02-09 23:58:37 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-02-09 23:58:37 +0800 |
commit | 27dfbf1962184e10f77a8812d185c67e27b54371 (patch) | |
tree | a85d4c16e48600fef910b2a5a9c122d9cbbbf955 | |
parent | 4a6e4336257630193fef2a2c5d70fc4a39e57814 (diff) | |
download | dexon-solidity-27dfbf1962184e10f77a8812d185c67e27b54371.tar.gz dexon-solidity-27dfbf1962184e10f77a8812d185c67e27b54371.tar.zst dexon-solidity-27dfbf1962184e10f77a8812d185c67e27b54371.zip |
Better version strings.
-rw-r--r-- | peer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ int peerTest(int argc, char** argv) for (int i = 0; ; ++i) { - this_thread::sleep_for(chrono::milliseconds(100000)); + this_thread::sleep_for(chrono::milliseconds(100)); pn.process(ch); if (!(i % 10)) pn.pingAll(); |