Skip to content

Commit

Permalink
export ToChain
Browse files Browse the repository at this point in the history
  • Loading branch information
semenov-vladyslav committed Jul 6, 2023
1 parent c40532b commit d0537eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keys/slip10.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mod hazmat {
}
}

pub use hazmat::{Derivable, IsPublicKey, IsSecretKey, ToPublic, WithSegment};
pub use hazmat::{Derivable, IsPublicKey, IsSecretKey, ToChain, ToPublic, WithSegment};

#[cfg(feature = "ed25519")]
pub mod ed25519 {
Expand Down

0 comments on commit d0537eb

Please sign in to comment.