Test lwma
This commit is contained in:
@@ -449,7 +449,7 @@ public:
|
|||||||
|
|
||||||
bool IsVerusPOSBlock() const
|
bool IsVerusPOSBlock() const
|
||||||
{
|
{
|
||||||
if ( ASSETCHAINS_LWMAPOS != 0 )
|
if ( 1 || ASSETCHAINS_LWMAPOS != 0 )
|
||||||
return GetBlockHeader().IsVerusPOSBlock();
|
return GetBlockHeader().IsVerusPOSBlock();
|
||||||
else return(0);
|
else return(0);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ public:
|
|||||||
|
|
||||||
bool IsVerusPOSBlock() const
|
bool IsVerusPOSBlock() const
|
||||||
{
|
{
|
||||||
if ( ASSETCHAINS_LWMAPOS != 0 )
|
if ( 1 || ASSETCHAINS_LWMAPOS != 0 )
|
||||||
return nNonce.IsPOSNonce();
|
return nNonce.IsPOSNonce();
|
||||||
else return(0);
|
else return(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user