From 66e3c53284a5cb65b014eb5cbad5c2d89d1c1214 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 08:28:11 -0300 Subject: [PATCH] test --- src/komodo_bitcoind.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index a49f1a068..5e99b3924 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -510,7 +510,10 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]) for (i=1; i<64; i++) { if ( komodo_minerid(height-i) == notaryid ) + { + fprintf(stderr,"ht.%d notaryid.%d already mined -i.%d\n",height,notaryid,i); return(-1); + } } return(1); }