Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
e342ab59e8
  1. 4
      iguana/iguana777.h
  2. 1
      iguana/iguana_bundles.c

4
iguana/iguana777.h

@ -38,8 +38,8 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t
#define IGUANA_TAILPERCENTAGE 1.0
#define IGUANA_MAXPENDHDRS 1
#define _IGUANA_MAXPENDING 3
#define IGUANA_MINPENDBUNDLES 64
#define IGUANA_MAXPENDBUNDLES 128
#define IGUANA_MINPENDBUNDLES 8
#define IGUANA_MAXPENDBUNDLES 8
#define IGUANA_BUNDLELOOP 3
#define IGUANA_RPCPORT 7778
#define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)

1
iguana/iguana_bundles.c

@ -468,7 +468,6 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int
if ( bp == coin->current )
printf("send [%d:%d] to addr[%d]\n",bp->hdrsi,oldest->bundlei,j);
oldest->issued = (uint32_t)time(NULL);
oldest->peerid = j + 1;
counter++;
iguana_sendblockreqPT(coin,addr,bp,oldest->bundlei,oldest->RO.hash2,0);
break;

Loading…
Cancel
Save