Skip to content

Commit 9c7086b

Browse files
authored
feat(rust/rbac-registration): Add Clone to RegistrationChain (#267)
1 parent 3dc3c11 commit 9c7086b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use crate::cardano::cip509::{
2121
};
2222

2323
/// Registration chains.
24-
#[derive(Debug)]
24+
#[derive(Debug, Clone)]
2525
pub struct RegistrationChain {
2626
/// Inner part of the registration chain.
2727
inner: Arc<RegistrationChainInner>,

0 commit comments

Comments
 (0)