Skip to content

Commit

Permalink
Fix straggler doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Apr 15, 2024
1 parent 569e860 commit 260c2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/custom_values/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::dynamic::DecodedValueThunk;
use crate::metadata::DecodeWithMetadata;
use derive_where::derive_where;

/// Use this with [`AddressT::IsDecodable`].
/// Use this with [`Address::IsDecodable`].
pub use crate::utils::Yes;

/// This represents the address of a custom value in in the metadata.
Expand Down
2 changes: 1 addition & 1 deletion core/src/tx/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl<CallData: EncodeAsFields> Payload for DefaultPayload<CallData> {
}
}

/// Construct a transaction at runtime; essentially an alias to [`Payload::new()`]
/// Construct a transaction at runtime; essentially an alias to [`DefaultPayload::new()`]
/// which provides a [`Composite`] value for the call data.
pub fn dynamic(
pallet_name: impl Into<String>,
Expand Down

0 comments on commit 260c2f4

Please sign in to comment.