This commit is contained in:
jl777
2016-11-11 20:19:20 -03:00
parent 4a4e912bbe
commit e6f6a829c8
3 changed files with 3 additions and 2 deletions

View File

@@ -464,7 +464,7 @@ int8_t komodo_minerid(int32_t height)
int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33])
{
int32_t notaryid;
int32_t i,notaryid;
komodo_chosennotary(&notaryid,height,pubkey33);
if ( height >= 34000 && notaryid >= 0 )
{