From b69241b6d912f970e4135f6dd0e4db7d3ade1322 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 11 Mar 2016 14:57:42 -0300 Subject: [PATCH] test --- iguana/iguana777.h | 2 ++ iguana/iguana_ramchain.c | 2 -- iguana/iguana_recv.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/iguana777.h b/iguana/iguana777.h index ac943461b..ad05f76a2 100755 --- a/iguana/iguana777.h +++ b/iguana/iguana777.h @@ -18,6 +18,8 @@ #include "../crypto777/OS_portable.h" #include "SuperNET.h" +#define SPARSECOUNT(x) ((x) << 2) + typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t len); #define IGUANA_MAXSCRIPTSIZE 10001 diff --git a/iguana/iguana_ramchain.c b/iguana/iguana_ramchain.c index be9db213e..e64108594 100755 --- a/iguana/iguana_ramchain.c +++ b/iguana/iguana_ramchain.c @@ -1161,7 +1161,6 @@ void *iguana_ramchain_offset(void *dest,uint8_t *lhash,FILE *fp,uint64_t fpos,vo int64_t _iguana_rdata_action(FILE *fp,bits256 lhashes[IGUANA_NUMLHASHES],void *destptr,uint64_t fpos,uint32_t expanded,uint32_t numtxids,uint32_t numunspents,uint32_t numspends,uint32_t numpkinds,uint32_t numexternaltxids,uint32_t scriptspace,uint32_t txsparsebits,uint64_t numtxsparse,uint32_t pksparsebits,uint64_t numpksparse,uint64_t srcsize,RAMCHAIN_FUNC,int32_t numblocks) { #define RAMCHAIN_LARG(ind) ((lhashes == 0) ? 0 : lhashes[ind].bytes) -#define SPARSECOUNT(x) ((x) << 1) FILE *fparg = 0; int32_t iter; uint64_t txbits,pkbits,offset = 0; struct iguana_ramchaindata *rdata = destptr; if ( expanded != 0 ) { @@ -1259,7 +1258,6 @@ int64_t _iguana_rdata_action(FILE *fp,bits256 lhashes[IGUANA_NUMLHASHES],void *d } return(offset); #undef RAMCHAIN_LARG -#undef SPARSECOUNT } int64_t iguana_ramchain_action(RAMCHAIN_FUNC,FILE *fp,bits256 lhashes[IGUANA_NUMLHASHES],struct iguana_ramchaindata *destdata,uint64_t fpos,struct iguana_ramchaindata *srcdata,int32_t numblocks,int32_t scriptspace) diff --git a/iguana/iguana_recv.c b/iguana/iguana_recv.c index 8b314ec63..ecdc841d6 100755 --- a/iguana/iguana_recv.c +++ b/iguana/iguana_recv.c @@ -1042,7 +1042,7 @@ int32_t iguana_pollQsPT(struct iguana_info *coin,struct iguana_peer *addr) int32_t iguana_reqblocks(struct iguana_info *coin) { int32_t hdrsi,lflag,n,bundlei,flag = 0; bits256 hash2; struct iguana_block *next,*block; struct iguana_bundle *bp; struct iguana_peer *addr; - if ( (bp= coin->current) != 0 && bp->numsaved < bp->n ) // queue_size(&coin->priorityQ) == 0 && + if ( 0 && (bp= coin->current) != 0 && bp->numsaved < bp->n ) // queue_size(&coin->priorityQ) == 0 && { for (hdrsi=0; hdrsipeers.numranked&&coin->current->hdrsi+hdrsibundlescount; hdrsi++) {