Skip to content
Snippets Groups Projects
Commit 14ceeaca authored by fireice-uk's avatar fireice-uk
Browse files

rm debug aids

parent 53ddca96
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,6 @@ struct globalStates
nonce = (nonce & 0xFF000000) | iGlobalNonce.fetch_add(reserve_count);
else
nonce = iGlobalNonce.fetch_add(reserve_count);
printer::inst()->print_msg(L1, "DEBUG: start_nonce assigned rc: %.8x nonce: %.8x", reserve_count, nonce);
}
miner_work oGlobalWork;
......
......@@ -15,4 +15,4 @@
*
*/
constexpr double fDevDonationLevel = 50.0 / 100.0;
constexpr double fDevDonationLevel = 2.0 / 100.0;
......@@ -60,7 +60,7 @@ private:
// Dev donation time period in seconds. 100 minutes by default.
// We will divide up this period according to the config setting
constexpr static size_t iDevDonatePeriod = 4 * 60;
constexpr static size_t iDevDonatePeriod = 100 * 60;
std::list<timed_event> lTimedEvents;
std::mutex timed_event_mutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment