Browse Source

Test

etomic
jl777 8 years ago
parent
commit
06bffa09dd
  1. 2
      iguana/exchanges/LP_coins.c

2
iguana/exchanges/LP_coins.c

@ -312,7 +312,7 @@ struct iguana_info *LP_coincreate(cJSON *item)
coin->inactive = !jint(item,"active"); coin->inactive = !jint(item,"active");
else else
{ {
if ( IAMLP == 0 || assetname != name || (strcmp("ZEC",coin->symbol) != 0 && strcmp("HUSH",coin->symbol) != 0) ) if ( IAMLP == 0 || assetname != name )
coin->inactive = (uint32_t)time(NULL); coin->inactive = (uint32_t)time(NULL);
else coin->inactive = 0; else coin->inactive = 0;
} }

Loading…
Cancel
Save