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 e5035c8279
commit e5d994b0c3
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() {