test
This commit is contained in:
@@ -77,10 +77,11 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp)
|
|||||||
if ( Notaries[i][0] == 0 )
|
if ( Notaries[i][0] == 0 )
|
||||||
break;
|
break;
|
||||||
if ( strncmp(Notaries[i][1],coinbasestr,66) == 0 )
|
if ( strncmp(Notaries[i][1],coinbasestr,66) == 0 )
|
||||||
|
{
|
||||||
printf("Notary.[%d] %s ht.%d (%s)\n",i,Notaries[i][0],height,coinbasestr);
|
printf("Notary.[%d] %s ht.%d (%s)\n",i,Notaries[i][0],height,coinbasestr);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
printf("ht.%d (%s)\n",height,coinbasestr);
|
|
||||||
}
|
}
|
||||||
// compare against elected notary pubkeys as of height
|
// compare against elected notary pubkeys as of height
|
||||||
return(0);
|
return(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user