strUsage+=HelpMessageOpt("-limitancestorsize=<n>",strprintf("Do not accept transactions whose size with all in-mempool ancestors exceeds <n> kilobytes (default: %u)",DEFAULT_ANCESTOR_SIZE_LIMIT));
strUsage+=HelpMessageOpt("-limitdescendantcount=<n>",strprintf("Do not accept transactions if any ancestor would have <n> or more in-mempool descendants (default: %u)",DEFAULT_DESCENDANT_LIMIT));
strUsage+=HelpMessageOpt("-limitdescendantsize=<n>",strprintf("Do not accept transactions if any ancestor would have more than <n> kilobytes of in-mempool descendants (default: %u).",DEFAULT_DESCENDANT_SIZE_LIMIT));
strUsage+=HelpMessageOpt("-bip9params=deployment:start:end","Use given start/end times for specified BIP9 deployment (regtest-only)");
strUsage+=HelpMessageOpt("-vbparams=deployment:start:end","Use given start/end times for specified version bits deployment (regtest-only)");
}
strUsage+=HelpMessageOpt("-debug=<category>",strprintf(_("Output debugging information (default: %u, supplying <category> is optional)"),0)+". "+
_("If <category> is not supplied or if <category> = 1, output all debugging information.")+""+_("<category> can be:")+""+ListLogCategories()+".");