Error message only when cheatstaker parameter is invalid, not missing
This commit is contained in:
@@ -1887,7 +1887,8 @@ void static BitcoinMiner()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fprintf(stderr, "-cheatcatcher parameter is invalid Sapling payment address");
|
if (VERUS_CHEATCATCHER.size() > 0)
|
||||||
|
fprintf(stderr, "-cheatcatcher parameter is invalid Sapling payment address\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static boost::thread_group* minerThreads = NULL;
|
static boost::thread_group* minerThreads = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user