This commit is contained in:
blackjok3r
2018-11-30 00:55:05 +08:00
parent a4e70bd464
commit 1daab241e5

View File

@@ -69,14 +69,14 @@ public:
#include "uint256.h"
#include "arith_uint256.h"
#include "komodo_structs.h"
//#include "komodo_structs.h"
#include "komodo_globals.h"
#include "komodo_utils.h"
#include "komodo_cJSON.c"
#include "komodo_notary.h"
#include "notaries_staked.h"
#include "notaries_staked.cpp"
//#include "komodo_globals.h"
//#include "komodo_utils.h"
//#include "komodo_cJSON.c"
//#include "komodo_notary.h"
//#include "notaries_staked.h"
//#include "notaries_staked.cpp"
@@ -104,7 +104,7 @@ static int AppInitRPC(int argc, char* argv[])
// Parameters
//
ParseParameters(argc, argv);
komodo_args(argv[0]);
//komodo_args(argv[0]);
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) {
std::string strUsage = _("Komodo RPC client version") + " " + FormatFullVersion() + "\n" + PrivacyInfo();
if (!mapArgs.count("-version")) {