Skip to content

Commit

Permalink
Fix book link
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jun 26, 2024
1 parent e7df9c1 commit b74a87d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subxt/src/book/usage/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@
//! Subxt also allows you to get hold of the signer payload and hand that off to something else to be
//! signed. The signature can then be provided back to Subxt to build the final transaction to submit:
//!
//! ```rust,ignore
#![doc = include_str!("../../../examples/tx_partial.rs")]
//! ```
//!
//! Take a look at the API docs for [`crate::tx::TxProgress`], [`crate::tx::TxStatus`] and
//! [`crate::tx::TxInBlock`] for more options.
Expand Down

0 comments on commit b74a87d

Please sign in to comment.