Merge pull request #1564 from Alrighttt/beta

add heir CC to CCL exception
This commit is contained in:
jl777
2019-06-14 02:09:27 -11:00
committed by GitHub

View File

@@ -2328,6 +2328,8 @@ void komodo_args(char *argv0)
{ {
// No CCs used on this chain yet. // No CCs used on this chain yet.
CCDISABLEALL; CCDISABLEALL;
CCENABLE(EVAL_TOKENS);
CCENABLE(EVAL_HEIR);
} }
if ( strcmp("COQUI",ASSETCHAINS_SYMBOL) == 0 ) if ( strcmp("COQUI",ASSETCHAINS_SYMBOL) == 0 )
{ {