This commit is contained in:
jl777
2019-01-13 08:24:46 -11:00
parent c50181ee6b
commit 5ee83c628c
2 changed files with 4 additions and 4 deletions

View File

@@ -556,7 +556,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
txNew.vout[1].nValue = commission;
if ( ASSETCHAINS_SCRIPTPUB.size() > 1 )
{
fprintf(stderr,"mine to -ac_script\n");
//fprintf(stderr,"mine to -ac_script\n");
//txNew.vout[1].scriptPubKey = CScript() << ParseHex();
int32_t len = strlen(ASSETCHAINS_SCRIPTPUB.c_str());
len >>= 1;