This commit is contained in:
jl777
2016-10-03 08:37:05 -03:00
parent c95fd5e040
commit 1cf67c7040
2 changed files with 4 additions and 5 deletions

View File

@@ -106,6 +106,10 @@ bool AppInit(int argc, char* argv[])
fprintf(stderr, "Error: Invalid combination of -regtest and -testnet.\n");
return false;
}
extern int32_t IS_KOMODO_NOTARY;
extern std::string NOTARY_PUBKEY;
IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
NOTARY_PUBKEY = GetArg("-pubkey", "");
// Command-line RPC
bool fCommandLine = false;