Skip to content

Commit b07741b

Browse files
committed
fix(cardano-blockchain-types): print report
Signed-off-by: bkioshn <[email protected]>
1 parent 333f3ac commit b07741b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl Cip36 {
106106
}
107107
// If there are validation errors, the CIP36 is invalid
108108
bail!(
109-
"CIP-36 validation failed: {cip36:?}, Validation: {validation:?}, Reports: {:?}",
109+
"CIP-36 validation failed: {cip36:?}, Validation: {validation:?}, Reports: {}",
110110
serde_json::to_string(&validation_report)
111111
.unwrap_or_else(|_| "Failed to serialize ProblemReport".to_string())
112112
)

0 commit comments

Comments
 (0)