Remove unused CLI options and update debian example config

This commit is contained in:
Duke
2025-08-12 13:37:44 -04:00
parent fc8c641cff
commit 0cd2bafa3a
5 changed files with 64 additions and 17 deletions

View File

@@ -1763,9 +1763,7 @@ void hush_args(char *argv0)
{
HUSH_MININGTHREADS = GetArg("-genproclimit",-1);
}
DONATION_PUBKEY = GetArg("-donation", "");
NOTARY_PUBKEY = GetArg("-pubkey", "");
HUSH_DEALERNODE = GetArg("-dealer",0);
HUSH_TESTNODE = GetArg("-testnode",0);
if ( strlen(NOTARY_PUBKEY.c_str()) == 66 )