diff --git a/src/pow.cpp b/src/pow.cpp index 60a5f9b47..255ea2cf5 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -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(¬aryid,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++)