Function bitcoin_init::app_init_basic_setup
source · pub fn app_init_basic_setup(args: &ArgsManager) -> bool
Expand description
| Initialize bitcoin core: Basic context | setup. | | ———– | @note | | This can be done before daemonization. | Do not call Shutdown() if this function | fails. @pre Parameters should be parsed | and config file should be read. |