From 9eea18b608a7830a099d792c92dad50f20e0294b Mon Sep 17 00:00:00 2001 From: Michael Toutonghi Date: Sun, 15 Apr 2018 01:28:26 -0700 Subject: [PATCH] Build fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 916ffcfae..dc4e1c229 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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*/)