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 31f00a4 commit 9d22cc1Copy full SHA for 9d22cc1
rust/rbac-registration/src/cardano/cip509/validation.rs
@@ -75,7 +75,7 @@ pub fn validate_txn_inputs_hash(
75
report.invalid_value(
76
"txn_inputs_hash",
77
&format!("{hash:?}"),
78
- &format!("Must be equal to the value in Cip509 ({hash:?})"),
+ &format!("Must be equal to the value in Cip509 ({calculated_hash:?})"),
79
context,
80
);
81
}
0 commit comments