This commit is contained in:
jl777
2017-09-25 12:28:25 +02:00
parent b432a0d00e
commit b3dd3690f1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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