Skip to content

Commit 160edcd

Browse files
committed
chore: fix typo
Signed-off-by: bkioshn <[email protected]>
1 parent 58ba8d1 commit 160edcd

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
@@ -141,7 +141,7 @@ pub fn validate_cert_addrs(
141141
if !witness.check_witness_in_tx(&hash, 0.into()) {
142142
report.other(
143143
&format!(
144-
"Address '{address}', key hash (0x{hash}) is not present in the transaction witness set, and can not be verified as owned"
144+
"Address '{address}', key hash (0x{hash}) is not present in the transaction witness set, and can not be verified as owned and spendable"
145145
),
146146
context,
147147
);

0 commit comments

Comments
 (0)