From 375182e591f2ba072cff44ae9651a520d9a8ba38 Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Thu, 23 May 2024 17:32:01 +0200 Subject: [PATCH] Fixes broken doc link --- crates/tx/src/action.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tx/src/action.rs b/crates/tx/src/action.rs index c43820c019f..6748e181aae 100644 --- a/crates/tx/src/action.rs +++ b/crates/tx/src/action.rs @@ -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, }