From bf2148cefad44a8afaadd67b0e2177dad2fc9ecb Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Oct 2017 02:19:10 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 4 ++-- iguana/exchanges/LP_network.c | 2 +- iguana/exchanges/stop | 0 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 iguana/exchanges/stop diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index c54e2da4f..5a4df4fc6 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/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 diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c index 14f452dbe..7b04dc444 100644 --- a/iguana/exchanges/LP_network.c +++ b/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 ) diff --git a/iguana/exchanges/stop b/iguana/exchanges/stop old mode 100644 new mode 100755