Browse Source

Test

etomic
jl777 8 years ago
parent
commit
5091a3dd81
  1. 10
      iguana/main.c

10
iguana/main.c

@ -2162,6 +2162,11 @@ void iguana_main(void *arg)
sprintf(fname,"REVS.raw"), sprintf(fname2,"REVS.rawtxids");
myinfo = SuperNET_MYINFO(0);
myinfo->rpcport = IGUANA_RPCPORT;
decode_hex(CRYPTO777_RMD160,20,CRYPTO777_RMD160STR);
decode_hex(CRYPTO777_PUBSECP33,33,CRYPTO777_PUBSECPSTR);
iguana_ensuredirs();
iguana_Qinit();
libgfshare_init(myinfo,myinfo->logs,myinfo->exps);
if ( (0) && (batchstr= OS_filestr(&batchsize,fname)) != 0 && (batchstr2= OS_filestr(&batchsize,fname2)) != 0 )
{
komodo_REVS_merge(batchstr,batchstr2);
@ -2177,11 +2182,6 @@ void iguana_main(void *arg)
free(batchstr);
}
#endif
decode_hex(CRYPTO777_RMD160,20,CRYPTO777_RMD160STR);
decode_hex(CRYPTO777_PUBSECP33,33,CRYPTO777_PUBSECPSTR);
iguana_ensuredirs();
iguana_Qinit();
libgfshare_init(myinfo,myinfo->logs,myinfo->exps);
myinfo->dpowsock = myinfo->dexsock = myinfo->pubsock = myinfo->subsock = myinfo->reqsock = myinfo->repsock = -1;
dex_init(myinfo);
myinfo->psockport = 30000;

Loading…
Cancel
Save