From 51d5c72a2be7e42a29d7f98a376c4119b4174d9f Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 14:56:00 -0300 Subject: [PATCH] test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 84904d451..3069e2dd2 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -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); }