}
// If datadir is changed in .conf file:
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);
}
#ifndef WIN32