pub fn app_init_main(
    node: &mut NodeContext,
    tip_info: *mut BlockAndHeaderTipInfo
) -> bool
Expand description

| Bitcoin core main initialization. | | ———– | @note | | This should only be done after daemonization. | Call Shutdown() if this function fails. | @pre Parameters should be parsed and | config file should be read, AppInitLockDataDirectory | should have been called. |