pub fn app_init_lock_data_directory() -> bool
Expand description

| Lock bitcoin core data directory. | | ———– | @note | | This should only be done after daemonization. | Do not call Shutdown() if this function | fails. @pre Parameters should be parsed | and config file should be read, AppInitSanityChecks | should have been called. |