We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333f3ac commit b07741bCopy full SHA for b07741b
rust/cardano-blockchain-types/src/metadata/cip36/mod.rs
@@ -106,7 +106,7 @@ impl Cip36 {
106
}
107
// If there are validation errors, the CIP36 is invalid
108
bail!(
109
- "CIP-36 validation failed: {cip36:?}, Validation: {validation:?}, Reports: {:?}",
+ "CIP-36 validation failed: {cip36:?}, Validation: {validation:?}, Reports: {}",
110
serde_json::to_string(&validation_report)
111
.unwrap_or_else(|_| "Failed to serialize ProblemReport".to_string())
112
)
0 commit comments