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 20db9b8 commit 228d000Copy full SHA for 228d000
rust/rbac-registration/src/cardano/cip509/cip509.rs
@@ -173,7 +173,7 @@ impl Cip509 {
173
&cip509.report,
174
);
175
if let Some(metadata) = &cip509.metadata {
176
- cip509.catalyst_id = validate_role_data(metadata, &block.network(), &cip509.report);
+ cip509.catalyst_id = validate_role_data(metadata, block.network(), &cip509.report);
177
// General check for all roles, check whether the addresses in the certificate URIs are
178
// witnessed in the transaction.
179
validate_cert_addrs(txn, cip509.certificate_uris(), &report);
0 commit comments