|
@ -134,8 +134,8 @@ char *bitcoind_RPC(char **retstrp,char *debugstr,char *url,char *userpass,char * |
|
|
specialcase = 1; |
|
|
specialcase = 1; |
|
|
else specialcase = 0; |
|
|
else specialcase = 0; |
|
|
if ( url[0] == 0 ) |
|
|
if ( url[0] == 0 ) |
|
|
strcpy(url,"http://127.0.0.1:7876/nxt"); |
|
|
strcpy(url,"http://127.0.0.1:7776"); |
|
|
if ( specialcase != 0 && 0 ) |
|
|
//if ( specialcase != 0 && 0 )
|
|
|
printf("<<<<<<<<<<< bitcoind_RPC: debug.(%s) url.(%s) command.(%s) params.(%s)\n",debugstr,url,command,params); |
|
|
printf("<<<<<<<<<<< bitcoind_RPC: debug.(%s) url.(%s) command.(%s) params.(%s)\n",debugstr,url,command,params); |
|
|
try_again: |
|
|
try_again: |
|
|
if ( retstrp != 0 ) |
|
|
if ( retstrp != 0 ) |
|
|