From efb2b798ad9bb52e11ab92969ca8599f13ac7648 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 18 Jul 2019 05:24:49 -1100 Subject: [PATCH] S --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index bd625cdc2..cee024be3 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -2284,7 +2284,7 @@ void komodo_args(char *argv0) ASSETCHAINS_CC = 2; fprintf(stderr,"smart utxo CC contracts will activate at height.%d\n",KOMODO_CCACTIVATE); } - else if ( ccEnableHeights[0] != 0 ) + else if ( ccEnablesHeights[0] != 0 ) { ASSETCHAINS_CC = 2; fprintf(stderr,"smart utxo CC contract %d will activate at height.%d\n",ccEnableHeights[0],ccEnableHeights[1]);