help text examples + clean up (#2418)

This commit is contained in:
Sebastian Kunert
2023-04-01 16:44:32 +02:00
committed by GitHub
parent a79096f1d2
commit 59fb7ff59c
8 changed files with 59 additions and 10 deletions
@@ -381,7 +381,7 @@ impl ReconnectingWebsocketWorker {
}
if client_manager.connect_to_new_rpc_server().await.is_err() {
return Err(format!("Unable to find valid external RPC server, shutting down."))
return Err("Unable to find valid external RPC server, shutting down.".to_string())
};
for item in requests_to_retry.into_iter() {