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]); } } }