From 60568d4c192ca9e338676e44af3adc99f4c2c51a Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 28 Mar 2018 23:58:17 +0300 Subject: [PATCH] -printf --- crypto777/bitcoind_RPC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index a2f298c8e..4a38e90b3 100755 --- a/crypto777/bitcoind_RPC.c +++ b/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);