diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 74b198d1e..aba389945 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -852,8 +852,8 @@ struct LP_utxoinfo *LP_buyutxo(double *ordermatchpricep,int64_t *bestsatoshisp,i free(utxos); if ( *ordermatchpricep == 0. || *bestdestsatoshisp == 0 ) return(0); - //int32_t changed; - //LP_mypriceset(&changed,autxo->coin,base,1. / *ordermatchpricep); + int32_t changed; + LP_mypriceset(&changed,autxo->coin,base,1. / *ordermatchpricep); return(bestutxo); }