Skip to content

Commit a7856ef

Browse files
committed
wip
1 parent b0acd2d commit a7856ef

File tree

1 file changed

+2
-2
lines changed
  • rust/rbac-registration/src/registration/cardano

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl RegistrationChain {
8585
/// Create a new instance of registration chain.
8686
/// The first new value should be the chain root.
8787
#[must_use]
88-
fn new_stateless(cip509: &Cip509) -> Option<Self> {
88+
pub fn new_stateless(cip509: &Cip509) -> Option<Self> {
8989
let inner = RegistrationChainInner::new(cip509)?;
9090

9191
Some(Self {
@@ -138,7 +138,7 @@ impl RegistrationChain {
138138
/// # Arguments
139139
/// - `cip509` - The CIP509.
140140
#[must_use]
141-
fn update_stateless(
141+
pub fn update_stateless(
142142
&self,
143143
cip509: &Cip509,
144144
) -> Option<Self> {

0 commit comments

Comments
 (0)