From b1b7b2e7d70786ae41249c167380ba061ef33cfd Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 09:54:41 -0300 Subject: [PATCH] test --- src/miner.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/miner.cpp b/src/miner.cpp index 73eb58cd3..cf8fb03bb 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -504,6 +504,8 @@ void static BitcoinMiner(CWallet *pwallet) // Search // int64_t nStart = GetTime(); + if ( komodo_chosennotary(¬aryid,pblock->nHeight,KOMODO_PUBKEY33) > 0 ) + fprintf(stderr,"I am the chosen one for ht.%d\n",pblock->nHeight); arith_uint256 hashTarget = arith_uint256().SetCompact(pblock->nBits); while (true)