wtrf
This commit is contained in:
@@ -69,14 +69,14 @@ public:
|
|||||||
#include "uint256.h"
|
#include "uint256.h"
|
||||||
#include "arith_uint256.h"
|
#include "arith_uint256.h"
|
||||||
|
|
||||||
#include "komodo_structs.h"
|
//#include "komodo_structs.h"
|
||||||
|
|
||||||
#include "komodo_globals.h"
|
//#include "komodo_globals.h"
|
||||||
#include "komodo_utils.h"
|
//#include "komodo_utils.h"
|
||||||
#include "komodo_cJSON.c"
|
//#include "komodo_cJSON.c"
|
||||||
#include "komodo_notary.h"
|
//#include "komodo_notary.h"
|
||||||
#include "notaries_staked.h"
|
//#include "notaries_staked.h"
|
||||||
#include "notaries_staked.cpp"
|
//#include "notaries_staked.cpp"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ static int AppInitRPC(int argc, char* argv[])
|
|||||||
// Parameters
|
// Parameters
|
||||||
//
|
//
|
||||||
ParseParameters(argc, argv);
|
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")) {
|
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) {
|
||||||
std::string strUsage = _("Komodo RPC client version") + " " + FormatFullVersion() + "\n" + PrivacyInfo();
|
std::string strUsage = _("Komodo RPC client version") + " " + FormatFullVersion() + "\n" + PrivacyInfo();
|
||||||
if (!mapArgs.count("-version")) {
|
if (!mapArgs.count("-version")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user