diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index abc0896c8..f17a2bd59 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -988,7 +988,6 @@ struct LP_utxoinfo *LP_sellutxo(struct LP_utxoinfo *bestutxo,double *ordermatchp { bestutxo->pubkey = pubp->pubkey; safecopy(bestutxo->gui,gui,sizeof(bestutxo->gui)); - autxo->S.satoshis = bestutxo->S.satoshis; *bestsatoshisp = autxo->S.satoshis; *ordermatchpricep = price; *bestdestsatoshisp = bestutxo->S.satoshis;