Test lwma

This commit is contained in:
jl777
2018-11-22 05:48:04 -11:00
parent ed81fb7a64
commit ff6593fc5c
2 changed files with 2 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ public:
bool IsVerusPOSBlock() const
{
if ( ASSETCHAINS_LWMAPOS != 0 )
if ( 1 || ASSETCHAINS_LWMAPOS != 0 )
return GetBlockHeader().IsVerusPOSBlock();
else return(0);
}

View File

@@ -111,7 +111,7 @@ public:
bool IsVerusPOSBlock() const
{
if ( ASSETCHAINS_LWMAPOS != 0 )
if ( 1 || ASSETCHAINS_LWMAPOS != 0 )
return nNonce.IsPOSNonce();
else return(0);
}