This commit is contained in:
jl777
2016-10-23 18:52:10 -03:00
parent a9980a36f1
commit c3e43fb182

View File

@@ -2445,7 +2445,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend,
}
else
{
txNew.nLockTime = (uint32_t)time(NULL) - 60; // set to a time close to now
txNew.nLockTime = (uint32_t)chainActive.Tip()->nTime + 1; // set to a time close to now
}
{