Browse Source

Test

etomic
jl777 7 years ago
parent
commit
22bf05fd51
  1. 1
      crypto777/bitcoind_RPC.c

1
crypto777/bitcoind_RPC.c

@ -55,6 +55,7 @@ char *post_process_bitcoind_RPC(char *debugstr,char *command,char *rpcstr,char *
long i,j,len;
char *retstr = 0;
cJSON *json,*result,*error;
usleep(1000);
//printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr);
if ( command == 0 || rpcstr == 0 || rpcstr[0] == 0 )
{

Loading…
Cancel
Save