From 29f7f216a840662a6da71b91c39f888da72d2540 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 13 Nov 2016 09:32:52 -0300 Subject: [PATCH] test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 7d13977a7..9c58aee39 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -451,7 +451,7 @@ int8_t komodo_minerid(int32_t height) { static uint32_t depth; int32_t notaryid; CBlockIndex *pindex; uint8_t pubkey33[33]; - if ( depth == 0 && height <= CURRENT_HEIGHT )//chainActive.Tip()->nHeight ) + if ( depth < 3 && height <= CURRENT_HEIGHT )//chainActive.Tip()->nHeight ) { if ( (pindex= chainActive[height]) != 0 ) {