diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 9252f79d1..e5efbcba6 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -717,7 +717,7 @@ int32_t dpow_dsigs_match(struct dpow_entry notaries[DPOW_MAXRELAYS],int32_t numn printf(" <- sender.%d siglen.%d\n",i,dsig.siglen); matches++; } - } else printf("skip senderind.%d numnotaries.%d lastk.%d refk.%d mask.%llx refmask.%llx senderheight.%d refheight.%d\n",senderind,numnotaries,dsig.lastk,refk,(long long)dsig.mask,(long long)refmask,notaries[senderind].height,refheight); + } else printf("skip senderind.%d numnotaries.%d lastk.%d refk.%d mask.%llx refmask.%llx refheight.%d\n",senderind,numnotaries,dsig.lastk,refk,(long long)dsig.mask,(long long)refmask,refheight); } printf("matches.%d num.%d k.%d %llx refht.%d\n",matches,num,refk,(long long)refmask,refheight); return(matches); @@ -837,7 +837,6 @@ uint32_t dpow_statemachineiterate(struct supernet_info *myinfo,struct dpow_info state = 1; if ( haveutxo < 10 && time(NULL) > dp->lastsplit+600 ) { - printf("haveutxo.%d\n",haveutxo); addresses = cJSON_CreateArray(); jaddistr(addresses,coinaddr); if ( (rawtx= iguana_utxoduplicates(myinfo,coin,myinfo->DPOW.minerkey33,DPOW_UTXOSIZE,10,&completed,&signedtxid,0,addresses)) != 0 ) diff --git a/iguana/main.c b/iguana/main.c index 73a006d58..d711061ce 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -1585,8 +1585,8 @@ void iguana_main(void *arg) myinfo = SuperNET_MYINFO(0); libgfshare_init(myinfo,myinfo->logs,myinfo->exps); myinfo->rpcport = IGUANA_RPCPORT; -myinfo->rpcport = IGUANA_NOTARYPORT; -myinfo->IAMNOTARY = 1; +//myinfo->rpcport = IGUANA_NOTARYPORT; +//myinfo->IAMNOTARY = 1; if ( arg != 0 ) { if ( strcmp((char *)arg,"OStests") == 0 )