Update documentation: real_world.md

This commit is contained in:
Alex Auvolat
2021-10-19 17:31:04 +02:00
parent 550ce7db2a
commit d9c52e9a9c
5 changed files with 70 additions and 109 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ pub async fn cmd_status(rpc_cli: &Endpoint<SystemRpc, ()>, rpc_host: NodeID) ->
));
} else {
healthy_nodes.push(format!(
"{id:?}\t{h}\t{addr}\tUNCONFIGURED/REMOVED",
"{id:?}\t{h}\t{addr}\tNO ROLE ASSIGNED",
id = adv.id,
h = adv.status.hostname,
addr = adv.addr,