From 92f97a3960d00a629bb3aa7517ce68b434a187c9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 16:37:30 +0200 Subject: [PATCH] test --- src/pow.cpp | 3 +++ 1 file changed, 3 insertions(+) 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++)