This commit is contained in:
jl777
2016-10-22 11:32:24 -03:00
parent 2ffcaf4e1c
commit cad0d1ca62
5 changed files with 10 additions and 6 deletions

View File

@@ -330,7 +330,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
// Create coinbase tx
CMutableTransaction txNew;
txNew.nLockTime = (uint32_t)time(NULL) - 60;
//txNew.nLockTime = (uint32_t)time(NULL) - 60;
txNew.vin.resize(1);
txNew.vin[0].prevout.SetNull();
txNew.vout.resize(1);