mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
help text examples + clean up (#2418)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user