add target to MoMoM print

This commit is contained in:
blackjok3r
2018-09-27 19:50:45 +08:00
parent f0587239fa
commit a5c1bc3360
3 changed files with 4 additions and 4 deletions

View File

@@ -1445,7 +1445,7 @@ int32_t komodo_is_PoSblock(int32_t slowflag,int32_t height,CBlock *pblock,arith_
{
if ( isPoS != 2 )
{
fprintf(stderr,"ht.%d isPoS.%d utxo not validated -> must be PoW fake\n",height,isPoS);
//fprintf(stderr,"ht.%d isPoS.%d utxo not validated -> must be PoW fake\n",height,isPoS);
isPoS = 0;
}
else