test
This commit is contained in:
@@ -132,7 +132,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
|
|||||||
if ( notaryid >= 0 )
|
if ( notaryid >= 0 )
|
||||||
{
|
{
|
||||||
special2 = komodo_is_special(height,pubkey33);
|
special2 = komodo_is_special(height,pubkey33);
|
||||||
if ( special2 == -2 )
|
if ( 0 && special2 == -2 )
|
||||||
printf("height.%d special2.%d special.%d\n",height,special2,special);
|
printf("height.%d special2.%d special.%d\n",height,special2,special);
|
||||||
if ( special2 == -2 || (height < 70000 && (special != 0 || special2 > 0)) ||
|
if ( special2 == -2 || (height < 70000 && (special != 0 || special2 > 0)) ||
|
||||||
(height >= 70000 && special2 > 0) )
|
(height >= 70000 && special2 > 0) )
|
||||||
|
|||||||
Reference in New Issue
Block a user