jl777 7 years ago
parent
commit
841ac836c3
  1. 2
      crypto777/bitcoind_RPC.c
  2. 1
      iguana/exchanges/LP_nativeDEX.c

2
crypto777/bitcoind_RPC.c

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

1
iguana/exchanges/LP_nativeDEX.c

@ -648,6 +648,7 @@ void LP_coinsloop(void *_coins)
if ( LP_blockinit(coin,coin->lastscanht) < 0 ) if ( LP_blockinit(coin,coin->lastscanht) < 0 )
{ {
printf("blockinit.%s %d error\n",coin->symbol,coin->lastscanht); printf("blockinit.%s %d error\n",coin->symbol,coin->lastscanht);
sleep(10);
break; break;
} }
coin->lastscanht++; coin->lastscanht++;

Loading…
Cancel
Save