Revert "test"

This reverts commit 81e6c3efe6.
This commit is contained in:
jl777
2016-11-22 14:57:29 -03:00
parent 81e6c3efe6
commit 031b1129b7
2 changed files with 5 additions and 6 deletions

View File

@@ -535,10 +535,9 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33])
komodo_chosennotary(&notaryid,height,pubkey33);
if ( height >= 34000 && notaryid >= 0 )
{
//if ( height < 79693 )
// limit = 64;
//else
if ( height < 82000 )
if ( height < 79693 )
limit = 64;
else if ( height < 82000 )
limit = 8;
else limit = 66;
for (i=1; i<limit; i++)