Skip to content

Commit ef6fb13

Browse files
committed
wip
1 parent 58a8cc2 commit ef6fb13

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,10 @@ impl Cip509 {
230230
}
231231

232232
/// Returns signing public key for a role.
233+
/// Would return only signing public keys for the present ceritificates,
234+
/// if certificate marked as deleted or undefined it would be skipped.
233235
#[must_use]
234-
pub fn signing_pk_for_role(
236+
pub(crate) fn signing_pk_for_role(
235237
&self,
236238
role: RoleId,
237239
) -> Option<VerifyingKey> {

0 commit comments

Comments
 (0)