From ff6593fc5c512488f04b0c7560aa9d3675ece83c Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Nov 2018 05:48:04 -1100 Subject: [PATCH] Test lwma --- src/chain.h | 2 +- src/primitives/block.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chain.h b/src/chain.h index 95553c23c..3ff971609 100644 --- a/src/chain.h +++ b/src/chain.h @@ -449,7 +449,7 @@ public: bool IsVerusPOSBlock() const { - if ( ASSETCHAINS_LWMAPOS != 0 ) + if ( 1 || ASSETCHAINS_LWMAPOS != 0 ) return GetBlockHeader().IsVerusPOSBlock(); else return(0); } diff --git a/src/primitives/block.h b/src/primitives/block.h index 053b1c80e..e4c37f2dc 100644 --- a/src/primitives/block.h +++ b/src/primitives/block.h @@ -111,7 +111,7 @@ public: bool IsVerusPOSBlock() const { - if ( ASSETCHAINS_LWMAPOS != 0 ) + if ( 1 || ASSETCHAINS_LWMAPOS != 0 ) return nNonce.IsPOSNonce(); else return(0); }