This commit is contained in:
jl777
2016-10-03 08:49:02 -03:00
parent 86ea73092f
commit ee1db7784c

View File

@@ -111,7 +111,7 @@ bool AppInit(int argc, char* argv[])
} }
IS_KOMODO_NOTARY = GetBoolArg("-notary", false); IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
fprintf(stderr,"IS_KOMODO_NOTARY %d\n",IS_KOMODO_NOTARY); fprintf(stderr,"IS_KOMODO_NOTARY %d\n",IS_KOMODO_NOTARY);
//NOTARY_PUBKEY = GetArg("-pubkey", ""); NOTARY_PUBKEY = GetArg("-pubkey", "");
// Command-line RPC // Command-line RPC
bool fCommandLine = false; bool fCommandLine = false;