From 672ef48a7813dc82d4cf3e34596438055f90074b Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 15:41:21 +0200 Subject: [PATCH] test --- src/pow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pow.cpp b/src/pow.cpp index 38b065a76..0b9a4c515 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -166,6 +166,9 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in for (i=0; i<33; i++) printf("%02x",pubkey33[i]); printf(" <- pubkey\n"); + for (i=0; i<66; i++) + printf("%d ",komodo_minerid(height-i)); + printf(" minerids from ht.%d\n",height); if ( height < 90000 || (height > 110000 && KOMODO_REWIND == 0) ) return error("CheckProofOfWork(): hash doesn't match nBits"); }