pub fn remove_node(
node_id: u32,
registry_path: &Path,
) -> Result<RemoveNodeResult>Expand description
Remove a node from the registry.
Does NOT stop the node. Does NOT require the daemon.
pub fn remove_node(
node_id: u32,
registry_path: &Path,
) -> Result<RemoveNodeResult>Remove a node from the registry.
Does NOT stop the node. Does NOT require the daemon.