Selectively reject Sapling transactions while synced below activation height. Add separate control of staking.
This commit is contained in:
@@ -1652,7 +1652,8 @@ void komodo_args(char *argv0)
|
||||
IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
|
||||
if ( GetBoolArg("-gen", false) != 0 )
|
||||
KOMODO_MININGTHREADS = GetArg("-genproclimit",-1);
|
||||
else KOMODO_MININGTHREADS = -1;
|
||||
else KOMODO_MININGTHREADS = 0;
|
||||
VERUS_MINTBLOCKS = GetBoolArg("-mint", false);
|
||||
if ( (KOMODO_EXCHANGEWALLET= GetBoolArg("-exchange", false)) != 0 )
|
||||
fprintf(stderr,"KOMODO_EXCHANGEWALLET mode active\n");
|
||||
DONATION_PUBKEY = GetArg("-donation", "");
|
||||
|
||||
Reference in New Issue
Block a user