From 22040314d426c1c00fdd23a175379e1c7cf935d6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 13 Nov 2016 17:14:41 -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 e0d880bf1..8995c6ef3 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -471,7 +471,10 @@ int8_t komodo_minerid(int32_t height) if ( depth < 3 && height <= CURRENT_HEIGHT )//chainActive.Tip()->nHeight ) { if ( Minerids[height] >= -1 ) + { + printf("cached[%d] -> %d\n",height,Minerids[height]); return(Minerids[height]); + } if ( (pindex= chainActive[height]) != 0 ) { depth++;