From df7b0fd17c841fbe68493831d46a0fa5c784c92f Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 28 Dec 2018 03:30:25 -1100 Subject: [PATCH] KOMODO_FIRSTFUNGIBLEID --- 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 373b0d16a..b58fe3665 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1804,7 +1804,7 @@ void komodo_args(char *argv0) ASSETCHAINS_SELFIMPORT = ""; exit(0); } - if ( ASSETCHAINS_SELFIMPORT.size() > 0 && ASSETCHAINS_CC >= KOMODO_FIRST_FUNGIBLEID ) + if ( ASSETCHAINS_SELFIMPORT.size() > 0 && ASSETCHAINS_CC >= KOMODO_FIRSTFUNGIBLEID ) { fprintf(stderr,"selfimport chains cant be in a fungible cluster\n"); exit(0);