Function init_runtime

Source
pub(crate) fn init_runtime() -> Result<impl Runtime>
Expand description

Initialize a runtime.

Any commands that need a runtime should call this so that we use a consistent runtime.