From 6a98239840fc1b30a49278503e523af7b9ac9d45 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 18 Jul 2019 05:28:47 -1100 Subject: [PATCH] Syntax --- src/komodo_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index cee024be3..11d5e87c4 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -2284,10 +2284,10 @@ void komodo_args(char *argv0) ASSETCHAINS_CC = 2; fprintf(stderr,"smart utxo CC contracts will activate at height.%d\n",KOMODO_CCACTIVATE); } - else if ( ccEnablesHeights[0] != 0 ) + else if ( ccEnablesHeight[0] != 0 ) { ASSETCHAINS_CC = 2; - fprintf(stderr,"smart utxo CC contract %d will activate at height.%d\n",ccEnableHeights[0],ccEnableHeights[1]); + fprintf(stderr,"smart utxo CC contract %d will activate at height.%d\n",ccEnablesHeight[0],ccEnablesHeight[1]); } } }