diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 0294018d3..3d16e7dba 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/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);