Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
9d0cc34acb
  1. 2
      iguana/iguana777.h
  2. 2
      iguana/iguana_blocks.c

2
iguana/iguana777.h

@ -42,7 +42,7 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t
#define IGUANA_HEADPERCENTAGE 0.
#define IGUANA_TAILPERCENTAGE 1.0
#define IGUANA_MAXPENDHDRS 1
#define IGUANA_MAXPENDINGREQUESTS 13
#define IGUANA_MAXPENDINGREQUESTS 128
#define IGUANA_PENDINGREQUESTS 32
#define IGUANA_MINPENDBUNDLES 2
#define IGUANA_MAXPENDBUNDLES 64

2
iguana/iguana_blocks.c

@ -381,7 +381,7 @@ struct iguana_block *_iguana_chainlink(struct iguana_info *coin,struct iguana_bl
}
}
}
if ( block->fpipbits == 0 ) //strcmp("BTC",coin->symbol) == 0 &&
if ( 0 && block->fpipbits == 0 ) //strcmp("BTC",coin->symbol) == 0 &&
{
iguana_blockreq(coin,block->height+1,0);
//iguana_blockQ("mainchain",coin,bp,block->height % coin->chain->bundlesize,block->RO.hash2,0);

Loading…
Cancel
Save