Merge branch 'beta' into dev

# Conflicts:
#	src/assetchains.old
This commit is contained in:
jl777
2019-03-13 22:54:11 -11:00
parent b1a3104786
commit 0fe3a71428
5 changed files with 25 additions and 2 deletions

View File

@@ -1527,7 +1527,7 @@ int32_t komodo_is_PoSblock(int32_t slowflag,int32_t height,CBlock *pblock,arith_
fprintf(stderr,"ht.%d isPoS.%d utxo not validated -> must be PoW fake\n",height,isPoS);
isPoS = 0;
}
else
else if ( ASSETCHAINS_STAKED != 100 )
{
bnTarget = komodo_PoWtarget(&PoSperc,bnTarget,height,ASSETCHAINS_STAKED);
if ( bhash < bnTarget )