Browse Source

Test

etomic
jl777 8 years ago
parent
commit
5f65344dd4
  1. 2
      crypto777/bitcoind_RPC.c

2
crypto777/bitcoind_RPC.c

@ -140,7 +140,7 @@ char *bitcoind_RPC(char **retstrp,char *debugstr,char *url,char *userpass,char *
else specialcase = 0; else specialcase = 0;
if ( url[0] == 0 ) if ( url[0] == 0 )
strcpy(url,"http://127.0.0.1:7776"); 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 )

Loading…
Cancel
Save