@@ -535,7 +535,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33])
|
||||
komodo_chosennotary(¬aryid,height,pubkey33);
|
||||
if ( height >= 34000 && notaryid >= 0 )
|
||||
{
|
||||
for (i=1; i<60; i++)
|
||||
for (i=1; i<=65; i++)
|
||||
{
|
||||
if ( komodo_minerid(height-i) == notaryid )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user