From 52e69dfba5291773ee441be20a269d3e5928bde6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 7 Nov 2017 23:22:42 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 1 + 1 file changed, 1 insertion(+) 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);