Browse Source

test

etomic
jl777 8 years ago
parent
commit
4702777603
  1. 2
      iguana/dpow/dpow_network.c

2
iguana/dpow/dpow_network.c

@ -602,7 +602,7 @@ void dpow_notarize_update(struct supernet_info *myinfo,struct dpow_info *dp,stru
paxmatches++; paxmatches++;
if ( ((1LL << i) & bp->bestmask) != 0 ) if ( ((1LL << i) & bp->bestmask) != 0 )
bestmatches++; bestmatches++;
} // else printf("mismatch.%d (%d %llx) ",i,bp->notaries[i].bestk,(long long)bp->notaries[i].bestmask); } else printf("%d.(%x %llx) ",i,bp->notaries[i].paxwdcrc,(long long)bp->notaries[i].bestmask);
} }
if ( bestmatches >= bp->minsigs ) if ( bestmatches >= bp->minsigs )
{ {

Loading…
Cancel
Save