Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
15db354616
  1. 4
      iguana/iguana777.h
  2. 2
      iguana/main.c

4
iguana/iguana777.h

@ -46,11 +46,7 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t
#define IGUANA_PENDINGREQUESTS 64
#define IGUANA_MINPENDBUNDLES 4
#define IGUANA_MAXPENDBUNDLES 64
#ifdef __APPLE__
#define IGUANA_RPCPORT 7779
#else
#define IGUANA_RPCPORT 7778
#endif
#define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)
#define IGUANA_MAPHASHTABLES 1

2
iguana/main.c

@ -1325,7 +1325,7 @@ void iguana_main(void *arg)
iguana_helpinit(myinfo);
iguana_commandline(myinfo,arg);
#ifdef __APPLE__
iguana_appletests(myinfo);
//iguana_appletests(myinfo);
#endif
iguana_launchdaemons(myinfo);
}

Loading…
Cancel
Save