Browse Source

Test

etomic
jl777 8 years ago
parent
commit
8c6aaa81eb
  1. 2
      iguana/exchanges/LP_commands.c

2
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;

Loading…
Cancel
Save