From 718d783b5cb6ddee37a43e444de3aa847fb88706 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 7 Jul 2017 23:21:26 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 9553f6197..839f3a727 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -376,7 +376,10 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int { LP_utxo_spentcheck(pubsock,utxo); if ( utxo->T.spentflag == 0 && utxo->T.lasttime == 0 ) + { + char str[65]; printf("publish mybob %s\n",bits256_str(str,utxo->payment.txid)); LP_utxo_clientpublish(utxo); + } } } //if ( IAMLP != 0 && (counter % 600) == 42 )