Skip to content

Commit 3f27c28

Browse files
committed
fix(cardano-blockchain-types): err report getter
Signed-off-by: bkioshn <[email protected]>
1 parent d183401 commit 3f27c28

File tree

1 file changed

+5
-0
lines changed
  • rust/cardano-blockchain-types/src/metadata/cip36

1 file changed

+5
-0
lines changed

rust/cardano-blockchain-types/src/metadata/cip36/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,9 @@ impl Cip36 {
309309
pub fn is_valid_purpose(&self) -> bool {
310310
self.is_valid_purpose
311311
}
312+
313+
/// Get the error report.
314+
pub fn err_report(&self) -> &ProblemReport {
315+
&self.err_report
316+
}
312317
}

0 commit comments

Comments
 (0)