diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index a914f0f46..1bc50c150 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -199,7 +199,7 @@ cJSON *LP_bestprice(struct LP_utxoinfo *utxo,char *base) } } } - if ( besti >= 0 && bits256_cmp(utxo->mypub,otherpubs[besti]) == 0 ) + if ( besti >= 0 )//&& bits256_cmp(utxo->mypub,otherpubs[besti]) == 0 ) { bestitem = jduplicate(jitem(array,besti)); i = besti;