diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index 42a50d588..26351820b 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -553,6 +553,8 @@ struct LP_utxoinfo *LP_utxoadd(int32_t iambob,int32_t mypubsock,char *symbol,bit utxo = 0; } } + if ( utxo->T.sessionid == 0 ) + utxo->T.sessionid = sessionid; //else if ( profitmargin > SMALLVAL ) // utxo->S.profitmargin = profitmargin; if ( utxo != 0 )