jl777 7 years ago
parent
commit
c039354e19
  1. 1
      iguana/exchanges/LP_ordermatch.c

1
iguana/exchanges/LP_ordermatch.c

@ -1492,7 +1492,6 @@ char *LP_autobuy(void *ctx,char *myipaddr,int32_t mypubsock,char *base,char *rel
LP_txfees(&txfee,&desttxfee,base,rel);
destsatoshis = SATOSHIDEN * relvolume + 2*desttxfee;
LP_address_utxo_reset(&num,relcoin);
printf("got num.%d from utxo reset\n",num);
if ( num <= 1 )
{
if ( time(NULL) > relcoin->lastautosplit+300 )

Loading…
Cancel
Save