Fix lwmapos crash

This commit is contained in:
jl777
2018-11-24 09:17:34 -11:00
parent 222e4ce1fe
commit 89296c979c
3 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
#include "uint256.h"
#include "arith_uint256.h"
extern int32_t ASSETCHAINS_LWMAPOS;
//extern int32_t ASSETCHAINS_LWMAPOS;
/** Nodes collect new transactions into a block, hash them into a hash tree,
* and scan through nonce values to make the block's hash satisfy proof-of-work
@@ -111,9 +111,9 @@ public:
bool IsVerusPOSBlock() const
{
if ( ASSETCHAINS_LWMAPOS != 0 )
//if ( ASSETCHAINS_LWMAPOS != 0 )
return nNonce.IsPOSNonce();
else return(0);
//else return(0);
}
void SetVerusPOSTarget(uint32_t nBits)