diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index fa1c30eee..da8baa6ef 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -265,12 +265,16 @@ void LP_mainloop(char *myipaddr,struct LP_peerinfo *mypeer,uint16_t mypubport,in now = (uint32_t)time(NULL); if ( lastforward < now-3600 ) { + printf("LP_forwarding_register\n"); LP_forwarding_register(LP_mypubkey,pushaddr,10); lastforward = now; } nonz = n = 0; if ( (counter % 6000) == 0 ) + { + printf("LP_utxo_updates\n"); LP_utxo_updates(pubsock,passphrase,profitmargin); + } printf("checkpeers\n"); HASH_ITER(hh,LP_peerinfos,peer,tmp) {