Browse Source

wtrf

pull/27/head
blackjok3r 6 years ago
parent
commit
1daab241e5
  1. 16
      src/bitcoin-cli.cpp

16
src/bitcoin-cli.cpp

@ -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")) {

Loading…
Cancel
Save