Test
This commit is contained in:
@@ -405,7 +405,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
|
||||
txStaked.vout[0].scriptPubKey = CScript() << ParseHex(NOTARY_PUBKEY) << OP_CHECKSIG;
|
||||
txStaked.vout[0].nValue = utxovalue - txfees;
|
||||
fprintf(stderr,"utxovout.%d txtime.%u %.8f\n",utxovout,txtime,(double)utxovalue/COIN);
|
||||
txStaked.nLockTime = chainActive.Tip()->nTime + chainparams.GetConsensus().nPowTargetSpacing;
|
||||
txStaked.nLockTime = chainActive.Tip()->nTime + 60;
|
||||
|
||||
pblock->vtx.push_back(txStaked);
|
||||
numsigs = GetLegacySigOpCount(txStaked);
|
||||
|
||||
Reference in New Issue
Block a user