Browse Source

4 new coins

beta
jl777 7 years ago
parent
commit
c53ef2042e
  1. 9
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/exchanges/coins

9
iguana/exchanges/LP_nativeDEX.c

@ -20,13 +20,14 @@
// marketmaker // marketmaker
// //
// new features: // new features:
// -check for completed one being spent
// better error message in ordermatch // better error message in ordermatch
// withdraw // withdraw
// sign, spv check // sign packets
// bittrex balancing // spv check
// stats, fix pricearray // stats, fix pricearray
// verify portfolio // verify portfolio
// bittrex balancing
// -check for completed one being spent
#include <stdio.h> #include <stdio.h>
#include "LP_include.h" #include "LP_include.h"
@ -513,7 +514,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int
continue; continue;
} }
coin->lastscanht++; coin->lastscanht++;
LP_getestimatedrate(coin); //LP_getestimatedrate(coin);
break; break;
} }
if ( (counter % 6000) == 60 ) if ( (counter % 6000) == 60 )

2
iguana/exchanges/coins

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save