This commit is contained in:
jl777
2016-10-21 15:48:46 -03:00
parent e19d8b3dee
commit 8c8552a2ab
5 changed files with 26 additions and 28 deletions

View File

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