Skip to content

Commit

Permalink
Update subxt/src/backend/unstable/rpc_methods.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
  • Loading branch information
lexnv and niklasad1 committed Mar 22, 2024
1 parent 06ae5e2 commit a211e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subxt/src/backend/unstable/rpc_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ impl<T: Config> UnstableRpcMethods<T> {
}

/// Broadcast the transaction on the p2p network until the
///[`Self::transaction_unstable_stop`] is called.
/// [`Self::transaction_unstable_stop`] is called.
///
/// Returns an operation ID that can be used to stop the broadcasting process.
/// Returns `None` if the server cannot handle the request at the moment.
Expand Down

0 comments on commit a211e98

Please sign in to comment.