Browse Source

Merge pull request #2444 from arkpar/bc

Fixed EtherumHost sync macro
cl-refactor
Gav Wood 10 years ago
parent
commit
99d6801842
  1. 2
      libethereum/EthereumHost.cpp

2
libethereum/EthereumHost.cpp

@ -118,7 +118,7 @@ void EthereumHost::doWork()
if (m_syncStart)
{
DEV_GUARDED(x_sync);
DEV_GUARDED(x_sync)
if (!m_sync)
{
time_t now = std::chrono::system_clock::to_time_t(chrono::system_clock::now());

Loading…
Cancel
Save