Skip to content

Commit a38fdf3

Browse files
committed
add -pushversion help message
1 parent de436d3 commit a38fdf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/init.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,11 @@ std::string HelpMessage(HelpMessageMode mode)
524524
strUsage += HelpMessageOpt("-masternodeaddr=<n>", strprintf("Set external address:port to get to this masternode (example: %s)", "128.127.106.235:51472"));
525525
strUsage += HelpMessageOpt("-budgetvotemode=<mode>", "Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto)");
526526
strUsage += HelpMessageOpt("-mnoperatorprivatekey=<WIF>", "Set the masternode operator private key. Only valid with -masternode=1. When set, the masternode acts as a deterministic masternode.");
527+
if (showDebug) {
528+
strUsage += HelpMessageOpt("-pushversion",
529+
strprintf("Modifies the mnauth serialization if the version is lower than %d."
530+
"testnet/regtest only; ", MNAUTH_NODE_VER_VERSION));
531+
}
527532

528533
strUsage += HelpMessageGroup("Node relay options:");
529534
if (showDebug) {

0 commit comments

Comments
 (0)