This commit is contained in:
jl777
2017-02-02 16:37:30 +02:00
parent 3a8fc3d78b
commit 92f97a3960

View File

@@ -122,6 +122,9 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
if ( height == 0 )
height = komodo_currentheight() + 1;
special = komodo_chosennotary(&notaryid,height,pubkey33);
for (i=0; i<33; i++)
printf("%02x",pubkey33[i]);
printf(" <- ht.%d\n",height);
if ( height > 34000 ) // 0 -> non-special notary
{
for (i=0; i<33; i++)