Browse Source

Test

etomic
jl777 7 years ago
parent
commit
52e69dfba5
  1. 1
      iguana/exchanges/LP_nativeDEX.c

1
iguana/exchanges/LP_nativeDEX.c

@ -622,6 +622,7 @@ void LP_coinsloop(void *_coins)
}
if ( time(NULL) > coin->lastunspent+30 )
{
printf("call electrum listunspent.%s\n",coin->symbol);
if ( (retjson= electrum_address_listunspent(coin->symbol,ep,&retjson,coin->smartaddr,1)) != 0 )
free_json(retjson);
coin->lastunspent = (uint32_t)time(NULL);

Loading…
Cancel
Save