KOMODO_FIRSTFUNGIBLEID

This commit is contained in:
jl777
2018-12-28 03:30:25 -11:00
parent 6fdc83c22d
commit df7b0fd17c

View File

@@ -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);