Browse Source

Test

etomic
jl777 7 years ago
parent
commit
bf2148cefa
  1. 4
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/exchanges/LP_network.c
  3. 0
      iguana/exchanges/stop

4
iguana/exchanges/LP_nativeDEX.c

@ -20,10 +20,10 @@
//
// dPoW security -> 4: KMD notarized, 5: BTC notarized
// dICO allocation script
// add interest to KMD withdraw
// sign critical api calls (pubkey reg, listunspent, orders?)
// process stats.log local file
// verify portfolio, pricearray
// verify portfolio, pricearray, interest to KMD withdraw
// deal with offline pubkeys, reputations, etc.
// alice only coins GAME UNO BTM ANC: GAME BTCD PPC RDD XZC POT EAC FTC BASH SPR WDC UNO XPM XCN BELA CHC DIME MEC NAUT MED AUR MAX DGC RIC EB3 DOT BTM GEO ANC CANN ICASH WBB SRC PTC ADZ TIPS EQT START EFL FST FJC NYC GCN

2
iguana/exchanges/LP_network.c

@ -87,7 +87,7 @@ void _LP_sendqueueadd(uint32_t crc32,int32_t sock,uint8_t *msg,int32_t msglen,in
int32_t LP_crc32find(int32_t *duplicatep,int32_t ind,uint32_t crc32)
{
static uint32_t crcs[8192]; static unsigned long dup,total;
static uint32_t crcs[64]; static unsigned long dup,total;
int32_t i;
*duplicatep = 0;
if ( ind < 0 )

0
iguana/exchanges/stop

Loading…
Cancel
Save