This commit is contained in:
jl777
2019-01-12 07:48:13 -11:00
parent e3110f16fb
commit 6f345c4ed1
2 changed files with 6 additions and 6 deletions

View File

@@ -576,7 +576,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
}
//printf("autocreate commision vout\n");
}
else if ((uint64_t)(txNew.vout[0].nValue) >= ASSETCHAINS_TIMELOCKGTE)
else if ( (uint64_t)(txNew.vout[0].nValue) >= ASSETCHAINS_TIMELOCKGTE)
{
int32_t opretlen, p2shlen, scriptlen;
CScriptExt opretScript = CScriptExt();