mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
dnetview: show offline nodes if rpc can't connect
This commit is contained in:
@@ -141,6 +141,7 @@ async fn try_connect(
|
||||
}
|
||||
Err(e) => {
|
||||
error!("{}", e);
|
||||
parse_offline(node_name.clone(), model.clone()).await?;
|
||||
async_util::sleep(2).await;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user