File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
#include " net.h"
25
25
#include " policy/policy.h"
26
26
#include " rpcserver.h"
27
- #include " script/sigcache.h"
28
27
#include " script/standard.h"
29
28
#include " script/sigcache.h"
30
29
#include " scheduler.h"
@@ -465,7 +464,9 @@ std::string HelpMessage(HelpMessageMode mode)
465
464
if (showDebug)
466
465
{
467
466
strUsage += HelpMessageOpt (" -printpriority" , strprintf (" Log transaction priority and fee per kB when mining blocks (default: %u)" , DEFAULT_PRINTPRIORITY));
467
+ #ifdef ENABLE_WALLET
468
468
strUsage += HelpMessageOpt (" -privdb" , strprintf (" Sets the DB_PRIVATE flag in the wallet db environment (default: %u)" , DEFAULT_WALLET_PRIVDB));
469
+ #endif
469
470
}
470
471
strUsage += HelpMessageOpt (" -shrinkdebugfile" , _ (" Shrink debug.log file on client startup (default: 1 when no -debug)" ));
471
472
You can’t perform that action at this time.
0 commit comments