Test
This commit is contained in:
@@ -730,7 +730,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
|
|||||||
txNew.vout.resize(numv+1);
|
txNew.vout.resize(numv+1);
|
||||||
txNew.vout[numv].nValue = 0;
|
txNew.vout[numv].nValue = 0;
|
||||||
txNew.vout[numv].scriptPubKey = komodo_mineropret(nHeight);
|
txNew.vout[numv].scriptPubKey = komodo_mineropret(nHeight);
|
||||||
printf("autocreate commision/cbopret.%lld vout[%d]\n",(long long)ASSETCHAINS_CBOPRET,(int32_t)txNew.vout.size());
|
//printf("autocreate commision/cbopret.%lld vout[%d]\n",(long long)ASSETCHAINS_CBOPRET,(int32_t)txNew.vout.size());
|
||||||
}
|
}
|
||||||
pblock->vtx[0] = txNew;
|
pblock->vtx[0] = txNew;
|
||||||
pblocktemplate->vTxFees[0] = -nFees;
|
pblocktemplate->vTxFees[0] = -nFees;
|
||||||
|
|||||||
Reference in New Issue
Block a user