Browse Source

Test

etomic
jl777 8 years ago
parent
commit
dcdc5f50c4
  1. 3
      iguana/exchanges/LP_coins.c
  2. 1
      iguana/exchanges/LP_nativeDEX.c

3
iguana/exchanges/LP_coins.c

@ -317,7 +317,8 @@ struct iguana_info *LP_coincreate(cJSON *item)
coin = LP_coinadd(&cdata);
coin->inactive = (uint32_t)time(NULL);
} else coin = LP_coinadd(&cdata);
}
} else if ( symbol != 0 && jobj(item,"rpcport") == 0 )
printf("SKIP %s, missing rpcport field in coins array\n",symbol);
if ( coin != 0 && item != 0 )
{
if ( strcmp("KMD",coin->symbol) != 0 )

1
iguana/exchanges/LP_nativeDEX.c

@ -25,6 +25,7 @@
//) BTC.0000000000000000000000000000000000000000000000000000000000000000
// multiple smartaddresses? enable/disable causes? 250 KMD bounty
// verify bid volumes
// getmessage api
#include <stdio.h>
#include "LP_include.h"

Loading…
Cancel
Save