Checkin small changes to share in prep for coinbase time locks

This commit is contained in:
Michael Toutonghi
2018-04-14 01:05:08 -07:00
parent 8c30b1b6b2
commit da94ffe5a6
3 changed files with 58 additions and 0 deletions

View File

@@ -396,6 +396,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
// Add fees
txNew.vout[0].nValue += nFees;
txNew.vin[0].scriptSig = CScript() << nHeight << OP_0;
/*if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
int32_t i,opretlen; uint8_t opret[256],*ptr;