This commit is contained in:
jl777
2017-03-25 18:14:15 +02:00
parent 2eb6b74a26
commit 902ac92da3

View File

@@ -260,7 +260,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33)
return(modval);
}
}
if ( height >= 300000 )
if ( height >= 248000 )//300000 )
return(-1);
htind = height / KOMODO_ELECTION_GAP;
pthread_mutex_lock(&komodo_mutex);