Browse Source

Test

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

2
iguana/exchanges/LP_coins.c

@ -298,7 +298,7 @@ struct iguana_info *LP_coincreate(cJSON *item)
if ( IAMLP == 0 || assetname != name )
coin->inactive = !jint(item,"active");
if ( IAMLP != 0 && coin->inactive != 0 )
printf("LPnode %s disabled\n",coin->symbol);
printf("LPnode %s disabled %p vs %p\n",coin->symbol,assetname,name);
}
}
return(0);

Loading…
Cancel
Save