Browse Source

Merge pull request #2307 from ethereum/subtly-patch-1

windows build fix
cl-refactor
subtly 9 years ago
parent
commit
bd4907e20d
  1. 2
      eth/main.cpp

2
eth/main.cpp

@ -820,7 +820,7 @@ int main(int argc, char** argv)
while (web3.ethereum()->blockQueue().items().first + web3.ethereum()->blockQueue().items().second > 0)
{
sleep(1);
this_thread::sleep_for(chrono::seconds(1));
web3.ethereum()->syncQueue(100000);
}
double e = chrono::duration_cast<chrono::milliseconds>(chrono::steady_clock::now() - t).count() / 1000.0;

Loading…
Cancel
Save