Skip to content

Commit

Permalink
Fixes broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 23, 2024
1 parent 9f7f720 commit 375182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tx/src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub enum PgfAction {
/// MASP tx action.
#[derive(Clone, Debug, BorshDeserialize, BorshSerialize)]
pub struct MaspAction {
/// The hash of the masp [`Section`]
/// The hash of the masp [`crate::types::Section`]
pub masp_section_ref: Hash,
}

Expand Down

0 comments on commit 375182e

Please sign in to comment.