From 695216acfe8f7c01d4b2f9aed866b30ee4bd9d10 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 09:59:25 -0300 Subject: [PATCH] test --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/miner.cpp b/src/miner.cpp index aad29aa43..f09b98cc4 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -506,6 +506,7 @@ void static BitcoinMiner(CWallet *pwallet) // // Search // + int32_t notaryid; int64_t nStart = GetTime(); if ( komodo_chosennotary(¬aryid,pindexPrev->nHeight+1,NOTARY_PUBKEY33) > 0 ) fprintf(stderr,"I am the chosen one for ht.%d\n",pindexPrev->nHeight+1);