mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
RPC command getmininginfo showing right genproclimit
This commit is contained in:
parent
0a3acf260a
commit
f61287c9b1
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ Value setgenerate(const Array& params, bool fHelp)
|
|||
else // Not -regtest: start generate thread, return immediately
|
||||
{
|
||||
mapArgs["-gen"] = (fGenerate ? "1" : "0");
|
||||
mapArgs ["-genproclimit"] = itostr(nGenProcLimit);
|
||||
GenerateBitcoins(fGenerate, pwalletMain, nGenProcLimit);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue