|
|
@ -75,7 +75,7 @@ char *post_process_bitcoind_RPC(char *debugstr,char *command,char *rpcstr,char * |
|
|
|
char *retstr = 0; |
|
|
|
cJSON *json,*result,*error; |
|
|
|
#ifndef FROM_MARKETMAKER |
|
|
|
usleep(1000); |
|
|
|
//usleep(1000);
|
|
|
|
#endif |
|
|
|
//printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr);
|
|
|
|
if ( command == 0 || rpcstr == 0 || rpcstr[0] == 0 ) |
|
|
|