Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
b3dd3690f1
  1. 2
      src/komodo_utils.h
  2. 2
      src/util.cpp

2
src/komodo_utils.h

@ -1563,7 +1563,7 @@ void komodo_args()
}
}
BITCOIND_PORT = GetArg("-rpcport", BaseParams().RPCPort());
fprintf(stderr,"%s RPC %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT);
//fprintf(stderr,"%s RPC %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT);
}
void komodo_nameset(char *symbol,char *dest,char *source)

2
src/util.cpp

@ -645,7 +645,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
ClearDatadirCache();
extern uint16_t BITCOIND_PORT;
BITCOIND_PORT = GetArg("-rpcport",BaseParams().RPCPort());
fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT);
//fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT);
}
#ifndef WIN32

Loading…
Cancel
Save