Merge pull request #58 from jl777/acspeed

test
This commit is contained in:
jl777
2016-11-21 20:18:24 -03:00
committed by GitHub

View File

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