This commit is contained in:
jl777
2019-07-18 05:24:49 -11:00
parent 49b564f18f
commit efb2b798ad

View File

@@ -2284,7 +2284,7 @@ void komodo_args(char *argv0)
ASSETCHAINS_CC = 2; ASSETCHAINS_CC = 2;
fprintf(stderr,"smart utxo CC contracts will activate at height.%d\n",KOMODO_CCACTIVATE); 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; 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",ccEnableHeights[0],ccEnableHeights[1]);