[#AppInitSanityChecks] = AppInitSanityChecks :mrdocs: Initialization sanity checks. == Synopsis Declared in `<init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool AppInitSanityChecks(xref:kernel/Context.adoc[kernel::Context] const& kernel); ---- == Description [NOTE] ==== This can be done before daemonization. Do not call Shutdown() if this function fails. ==== == Return Value true if all sanity checks passed. == Parameters [cols="1,4"] |=== | Name| Description | *kernel* | The consensus kernel context to sanity‐check against. |=== == Preconditions * Parameters should be parsed and config file should be read, AppInitParameterInteraction should have been called. [.small]#Created with https://www.mrdocs.com[MrDocs]#