Browse Source

Allow multiple port 80 coins

patch-3
jl777 7 years ago
parent
commit
ec6c4f6efd
  1. 2
      iguana/exchanges/LP_coins.c

2
iguana/exchanges/LP_coins.c

@ -276,7 +276,7 @@ cJSON *LP_coinjson(struct iguana_info *coin,int32_t showwif)
struct iguana_info *LP_conflicts_find(struct iguana_info *refcoin) struct iguana_info *LP_conflicts_find(struct iguana_info *refcoin)
{ {
struct iguana_info *coin=0,*tmp; struct iguana_info *coin=0,*tmp;
if ( refcoin != 0 ) if ( refcoin != 0 && refcoin->port != 80 )
{ {
HASH_ITER(hh,LP_coins,coin,tmp) HASH_ITER(hh,LP_coins,coin,tmp)
{ {

Loading…
Cancel
Save