Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
8b93f8177c
  1. 4
      iguana/iguana_realtime.c
  2. 4
      includes/iguana_defines.h

4
iguana/iguana_realtime.c

@ -167,11 +167,7 @@ void iguana_RTspendvectors(struct supernet_info *myinfo,struct iguana_info *coin
if ( (lasti= (coin->RTheight - ((coin->RTheight/bp->n)*bp->n))) >= bp->n-1 )
lasti = bp->n - 1;
orignumemit = bp->numtmpspends;
#ifdef __APPLE__
iterate = 0*(coin->bundlescount-1);
#else
iterate = 0;
#endif
if ( iguana_spendvectors(myinfo,coin,bp,&coin->RTramchain,coin->RTstarti,lasti,0,iterate) < 0 )
{
printf("RTutxo error -> RTramchainfree\n");

4
includes/iguana_defines.h

@ -48,11 +48,7 @@
#define IGUANA_PENDINGREQUESTS 500
#define IGUANA_MINPENDBUNDLES 4
#define IGUANA_MAXPENDBUNDLES 64
#ifdef __APPLE__
#define IGUANA_RPCPORT 7778
#else
#define IGUANA_RPCPORT 7778
#endif
#define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)
#define IGUANA_MAPHASHTABLES 1

Loading…
Cancel
Save