Browse Source

tEst

etomic
jl777 8 years ago
parent
commit
970455b7e6
  1. 2
      crypto777/bitcoind_RPC.c

2
crypto777/bitcoind_RPC.c

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

Loading…
Cancel
Save