This commit is contained in:
jl777
2017-02-02 22:45:36 +02:00
parent f61b7e90c5
commit 3977cc0408

View File

@@ -719,6 +719,8 @@ void static BitcoinMiner(CWallet *pwallet)
ehSolverRuns.increment();
throw boost::thread_interrupted();
}
if ( ASSETCHAINS_SYMBOL[0] == 0 && notaryid >= 0 )
sleep(1800);
return true;
};
std::function<bool(EhSolverCancelCheck)> cancelled = [&m_cs, &cancelSolver](EhSolverCancelCheck pos) {