diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 585be4e3e..33b9ff4d4 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -474,7 +474,10 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]) { Minerids[height-i] = komodo_minerid(height-i); if ( Minerids[height - i] == -2 ) + { fprintf(stderr,"second -2 for Minerids[%d] current.%d\n",height-i,CURRENT_HEIGHT); + return(0); + } } if ( Minerids[height-i] == notaryid ) return(-1);