This commit is contained in:
jl777
2016-10-18 14:24:24 -03:00
parent 6f4c9a66a4
commit 219c2c0dc4

View File

@@ -77,10 +77,11 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp)
if ( Notaries[i][0] == 0 )
break;
if ( strncmp(Notaries[i][1],coinbasestr,66) == 0 )
{
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
return(0);