mindiff exception for notaries

This commit is contained in:
jl777
2016-09-23 10:30:15 -03:00
parent 1e613927be
commit 50027f0631
10 changed files with 58 additions and 26 deletions

View File

@@ -118,6 +118,8 @@ bool AppInit(int argc, char* argv[])
fprintf(stderr, "Error: There is no RPC client functionality in komodod. Use the komodo-cli utility instead.\n");
exit(1);
}
extern int32_t IS_KOMODO_NOTARY;
IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
#ifndef WIN32
fDaemon = GetBoolArg("-daemon", false);
if (fDaemon)