Test
This commit is contained in:
@@ -1563,7 +1563,7 @@ void komodo_args()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
BITCOIND_PORT = GetArg("-rpcport", BaseParams().RPCPort());
|
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)
|
void komodo_nameset(char *symbol,char *dest,char *source)
|
||||||
|
|||||||
@@ -645,7 +645,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
|
|||||||
ClearDatadirCache();
|
ClearDatadirCache();
|
||||||
extern uint16_t BITCOIND_PORT;
|
extern uint16_t BITCOIND_PORT;
|
||||||
BITCOIND_PORT = GetArg("-rpcport",BaseParams().RPCPort());
|
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
|
#ifndef WIN32
|
||||||
|
|||||||
Reference in New Issue
Block a user