From 3977cc040819d99b83af43fb852e8a9437449202 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 22:45:36 +0200 Subject: [PATCH] test --- src/miner.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) {