-stopat=<height>

This commit is contained in:
jl777
2018-07-11 23:19:45 -11:00
parent 8ba2ae9e59
commit 6d2fc2903e
3 changed files with 4 additions and 2 deletions

View File

@@ -1539,6 +1539,7 @@ void komodo_args(char *argv0)
}
}
}
KOMODO_STOPAT = GetArg("-stopat",0);
ASSETCHAINS_CC = GetArg("-ac_cc",0);
ASSETCHAINS_PUBLIC = GetArg("-ac_public",0);
ASSETCHAINS_PRIVATE = GetArg("-ac_private",0);