Skip to content

Commit 92a9612

Browse files
committed
wip
1 parent c091803 commit 92a9612

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
@@ -233,7 +233,7 @@ impl Cip509 {
233233
/// Would return only signing public keys for the present certificates,
234234
/// if certificate marked as deleted or undefined it would be skipped.
235235
#[must_use]
236-
pub(crate) fn signing_pk_for_role(
236+
pub fn signing_pk_for_role(
237237
&self,
238238
role: RoleId,
239239
) -> Option<VerifyingKey> {

0 commit comments

Comments
 (0)