Rename time lock parameters and globals

This commit is contained in:
Michael Toutonghi
2018-04-15 00:43:57 -07:00
parent d26b557b73
commit 7daf656729
3 changed files with 11 additions and 11 deletions

View File

@@ -964,7 +964,7 @@ bool ContextualCheckTransaction(const CTransaction& tx, CValidationState &state,
}
}
if (tx.IsCoinBase() && tx.vout[0].nValue >= ASSETCHAINS_TIMELOCKABOVE)
if (tx.IsCoinBase() && tx.vout[0].nValue >= ASSETCHAINS_TIMELOCKGTE)
{
// if time locks are on, ensure that this coin base is time locked exactly as it should be