Browse Source

Test

etomic
jl777 7 years ago
parent
commit
c6a832c1ba
  1. 4
      iguana/exchanges/LP_nativeDEX.c

4
iguana/exchanges/LP_nativeDEX.c

@ -724,9 +724,9 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int
}
HASH_ITER(hh,LP_coins,coin,ctmp) // firstrefht,firstscanht,lastscanht
{
if ( coin->addr_listunspent_requested != 0 && time(NULL) > coin->lastpushtime+LP_ORDERBOOK_DURATION )
if ( coin->addr_listunspent_requested != 0 && time(NULL) > coin->lastpushtime+10 )
{
//printf("PUSH addr_listunspent_requested %u\n",coin->addr_listunspent_requested);
printf("PUSH addr_listunspent_requested %u\n",coin->addr_listunspent_requested);
coin->lastpushtime = (uint32_t)time(NULL);
LP_smartutxos_push(coin);
coin->addr_listunspent_requested = 0;

Loading…
Cancel
Save