Revert test

This commit is contained in:
jl777
2018-11-22 05:52:50 -11:00
parent ff6593fc5c
commit bff0c90b85
2 changed files with 2 additions and 2 deletions

View File

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

View File

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