diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index c69de1953..6cbb86a44 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -157,7 +157,7 @@ void LP_availableset(struct LP_utxoinfo *utxo) cJSON *LP_inventoryjson(cJSON *item,struct LP_utxoinfo *utxo) { struct _LP_utxoinfo u; - jaddstr(item,"method","oldutxo"); + //jaddstr(item,"method","oldutxo"); if ( utxo == 0 ) return(item); if ( utxo->gui[0] != 0 )