Skip to content

Commit 9d22cc1

Browse files
authored
fix problem report error message (#405)
1 parent 31f00a4 commit 9d22cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/rbac-registration/src/cardano/cip509/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn validate_txn_inputs_hash(
7575
report.invalid_value(
7676
"txn_inputs_hash",
7777
&format!("{hash:?}"),
78-
&format!("Must be equal to the value in Cip509 ({hash:?})"),
78+
&format!("Must be equal to the value in Cip509 ({calculated_hash:?})"),
7979
context,
8080
);
8181
}

0 commit comments

Comments
 (0)