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