fixed pubkey for notary mining

This commit is contained in:
jl777
2016-10-03 08:16:53 -03:00
parent 6c6a735e59
commit 998397aa2c
3 changed files with 18 additions and 5 deletions

View File

@@ -119,7 +119,10 @@ bool AppInit(int argc, char* argv[])
exit(1);
}
extern int32_t IS_KOMODO_NOTARY;
extern std::string NOTARY_PUBKEY;
IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
NOTARY_PUBKEY = GetArg("-pubkey", "");
#ifndef WIN32
fDaemon = GetBoolArg("-daemon", false);
if (fDaemon)