diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index b5b0008d4..194f0f9b7 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -363,6 +363,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int continue; if ( coin->updaterate != 0 || (coin->electrum == 0 && coin->rate == 0.) ) { + printf("issue LP_getestimatedrate(%s)\n",coin->symbol); LP_getestimatedrate(coin); if ( coin->rate != 0 ) coin->updaterate = 0;