diff --git a/src/miner.cpp b/src/miner.cpp index a386c0931..542a332a1 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -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 cancelled = [&m_cs, &cancelSolver](EhSolverCancelCheck pos) {