Browse Source

Merge pull request #725 from jl777/jl777

-printf
patch-3
jl777 7 years ago
committed by GitHub
parent
commit
9c2322ea8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crypto777/bitcoind_RPC.c

2
crypto777/bitcoind_RPC.c

@ -163,7 +163,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 ( command == 0 || command[0] == 0 )//specialcase != 0 && (0) )
if ( specialcase != 0 && (0) )
{
//int32_t zeroval();
printf("<<<<<<<<<<< bitcoind_RPC: userpass.(%s) url.(%s) command.(%s) params.(%s)\n",userpass,url,command,params);

Loading…
Cancel
Save