This commit is contained in:
jl777
2016-11-21 20:09:33 -03:00
parent 0dfe3f3680
commit 40d3a54fc5
3 changed files with 4 additions and 4 deletions

View File

@@ -535,7 +535,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33])
komodo_chosennotary(&notaryid,height,pubkey33);
if ( height >= 34000 && notaryid >= 0 )
{
for (i=1; i<64; i++)
for (i=1; i<60; i++)
{
if ( komodo_minerid(height-i) == notaryid )
{