This commit is contained in:
jl777
2016-11-22 06:54:06 -03:00
parent fb9fcbf898
commit 3fe63a7d7c

View File

@@ -538,7 +538,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33])
if ( height < 79693 )
limit = 64;
else if ( height < 82000 )
limit = 36;
limit = 8;
else limit = 66;
for (i=1; i<limit; i++)
{