Skip to content

Commit 228d000

Browse files
committed
chore: lintfix
1 parent 20db9b8 commit 228d000

File tree

1 file changed

+1
-1
lines changed
  • rust/rbac-registration/src/cardano/cip509

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ impl Cip509 {
173173
&cip509.report,
174174
);
175175
if let Some(metadata) = &cip509.metadata {
176-
cip509.catalyst_id = validate_role_data(metadata, &block.network(), &cip509.report);
176+
cip509.catalyst_id = validate_role_data(metadata, block.network(), &cip509.report);
177177
// General check for all roles, check whether the addresses in the certificate URIs are
178178
// witnessed in the transaction.
179179
validate_cert_addrs(txn, cip509.certificate_uris(), &report);

0 commit comments

Comments
 (0)