From bef72b5025e24be13c9eab28c3ac21369d8894d4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 20:18:04 -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 80d23b4b7..7d14c0fc6 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -535,7 +535,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]) komodo_chosennotary(¬aryid,height,pubkey33); if ( height >= 34000 && notaryid >= 0 ) { - for (i=1; i<60; i++) + for (i=1; i<=65; i++) { if ( komodo_minerid(height-i) == notaryid ) {