Skip to content

Commit

Permalink
Update subxt/src/backend/chain_head/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 3, 2024
1 parent 1e59ebf commit 8963e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subxt/src/backend/chain_head/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl<T: Config> ChainHeadBackendBuilder<T> {
/// on the default runtime.
///
/// - On non-wasm targets, this will spawn the driver on tokio.
/// - On wasm targets, this will spawn a wasm-bindgen task to run driver in the background until completion.
/// - On wasm targets, this will spawn the driver on `wasm-bindgen-futures`.
#[cfg(feature = "runtime")]
#[cfg_attr(docsrs, doc(cfg(feature = "runtime")))]
pub fn build_with_background_driver(self, client: impl Into<RpcClient>) -> ChainHeadBackend<T> {
Expand Down

0 comments on commit 8963e31

Please sign in to comment.