mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 09:05:41 +00:00
docs: Ensure the CI passes for docs (#2666)
* Fix docs Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs Co-authored-by: Davide Galassi <davxy@datawok.net> * Update cargo.lock with substrate Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update Cargo.lock for polkadot Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Davide Galassi <davxy@datawok.net> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -161,7 +161,9 @@ impl ReconnectingWsClient {
|
||||
}
|
||||
}
|
||||
|
||||
/// Worker that should be used in combination with [`RelayChainRpcClient`]. Must be polled to distribute header notifications to listeners.
|
||||
/// Worker that should be used in combination with [`crate::RelayChainRpcClient`].
|
||||
///
|
||||
/// Must be polled to distribute header notifications to listeners.
|
||||
struct ReconnectingWebsocketWorker {
|
||||
ws_urls: Vec<String>,
|
||||
/// Communication channel with the RPC client
|
||||
|
||||
Reference in New Issue
Block a user