-donation option to donate 5% rewards to a pubkey

This commit is contained in:
jl777
2018-06-28 21:58:03 -11:00
parent 626179f166
commit 1bc74c28cf
3 changed files with 8 additions and 1 deletions

View File

@@ -1506,6 +1506,7 @@ void komodo_args(char *argv0)
IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
if ( (KOMODO_EXCHANGEWALLET= GetBoolArg("-exchange", false)) != 0 )
fprintf(stderr,"KOMODO_EXCHANGEWALLET mode active\n");
DONATION_PUBKEY = GetArg("-donation", "");
NOTARY_PUBKEY = GetArg("-pubkey", "");
if ( strlen(NOTARY_PUBKEY.c_str()) == 66 )
{