This commit is contained in:
jl777
2018-07-23 20:24:33 -11:00
parent 1792955303
commit 581409cbd1

View File

@@ -493,7 +493,8 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn,int32_t gpucount)
return(0);
}
}
else if ( ASSETCHAINS_STAKED == 0 )
}
if ( ASSETCHAINS_STAKED == 0 )
{
CValidationState state;
fprintf(stderr,"check validity\n");
@@ -507,7 +508,6 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn,int32_t gpucount)
}
fprintf(stderr,"valid\n");
}
}
fprintf(stderr,"done new block\n");
return pblocktemplate.release();