Initialization sanity checks.
Synopsis
Declared in <init.h>
bool
AppInitSanityChecks(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
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.
Created with MrDocs