Build fix

This commit is contained in:
Michael Toutonghi
2018-04-15 01:28:26 -07:00
parent 06b60e098b
commit 9eea18b608

View File

@@ -975,7 +975,7 @@ bool ContextualCheckTransaction(const CTransaction& tx, CValidationState &state,
// if time locks are on, ensure that this coin base is time locked exactly as it should be
if (total >= ASSETCHAINS_TIMELOCKGTE)
{
for (i = 0; i < tx.vout.size; i++)
for (i = 0; i < tx.vout.size(); i++)
{
// validate that the outputs are locked by the proper time lock script
//uint64_t i = komodo_block_timelockscript(script, scriptHash160, tx.addr/*need address*/)