This commit is contained in:
jl777
2016-10-25 14:56:00 -03:00
parent fd1799a631
commit 51d5c72a2b

View File

@@ -96,7 +96,7 @@ char *komodo_issuemethod(char *method,char *params)
{
if ( params == 0 )
params = (char *)"[]";
sprintf(url,(char *)"http://127.0.0.1:%u",port);
sprintf(url,(char *)"http://127.0.0.1:%u",BITCOIND_PORT);
sprintf(postdata,"{\"method\":\"%s\",\"params\":%s}",method,params);
retstr = curl_post(&cHandle,url,USERPASS,postdata,0,0,0,0);
}