Browse Source

Test

etomic
jl777 8 years ago
parent
commit
718d783b5c
  1. 3
      iguana/exchanges/LP_nativeDEX.c

3
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); LP_utxo_spentcheck(pubsock,utxo);
if ( utxo->T.spentflag == 0 && utxo->T.lasttime == 0 ) 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); LP_utxo_clientpublish(utxo);
}
} }
} }
//if ( IAMLP != 0 && (counter % 600) == 42 ) //if ( IAMLP != 0 && (counter % 600) == 42 )

Loading…
Cancel
Save