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 58ba8d1 commit 160edcdCopy full SHA for 160edcd
rust/rbac-registration/src/cardano/cip509/validation.rs
@@ -141,7 +141,7 @@ pub fn validate_cert_addrs(
141
if !witness.check_witness_in_tx(&hash, 0.into()) {
142
report.other(
143
&format!(
144
- "Address '{address}', key hash (0x{hash}) is not present in the transaction witness set, and can not be verified as owned"
+ "Address '{address}', key hash (0x{hash}) is not present in the transaction witness set, and can not be verified as owned and spendable"
145
),
146
context,
147
);
0 commit comments