|
|
@ -1537,7 +1537,7 @@ void dpow_bestconsensus(struct dpow_info *dp,struct dpow_block *bp) |
|
|
|
bp->bestmatches = bestmatches; |
|
|
|
bp->notaries[bp->myind].bestmask = bp->bestmask = masks[besti]; |
|
|
|
bp->notaries[bp->myind].bestk = bp->bestk = bestks[besti]; |
|
|
|
if ( bp->myind == 0 && strcmp("CHIPS",dp->symbol) == 0 ) |
|
|
|
if ( 0 && bp->myind == 0 && strcmp("CHIPS",dp->symbol) == 0 ) |
|
|
|
{ |
|
|
|
for (i=0; i<bp->numnotaries; i++) |
|
|
|
printf("%d:%d%s ",wts[i],owts[i],wts[i]*owts[i]>median?"*":""); |
|
|
|