This commit is contained in:
jl777
2016-10-29 12:12:30 -03:00
parent 8b938f0d15
commit 39b315da19
2 changed files with 3 additions and 3 deletions

View File

@@ -1493,7 +1493,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
#ifdef ENABLE_WALLET
// Generate coins in the background
if (pwalletMain)
GenerateBitcoins(GetBoolArg("-gen", false), pwalletMain, GetArg("-genproclimit", 1));
GenerateBitcoins(GetBoolArg("-gen", true), pwalletMain, GetArg("-genproclimit", 1));
#endif
// ********************************************************* Step 11: finished