diff --git a/src/komodo_notary.h b/src/komodo_notary.h index c5cb43aa5..95cb53d95 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -137,7 +137,7 @@ int32_t komodo_electednotary(uint8_t *pubkey33,int32_t height) return(i); } } - if ( height < 300000 ) + /*if ( height < 300000 ) { for (i=0; i= 250000 ) + if ( height >= 300000 ) return(-1); htind = height / KOMODO_ELECTION_GAP; pthread_mutex_lock(&komodo_mutex);