Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
semenov-vladyslav committed Jul 10, 2023
1 parent 634a827 commit e456c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keys/bip39.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl fmt::Debug for Passphrase {
pub struct Seed([u8; 64]);

impl Seed {
pub fn as_bytes(&self) -> &[u8; 64] {
pub fn bytes(&self) -> &[u8; 64] {
&self.0
}
}
Expand Down

0 comments on commit e456c67

Please sign in to comment.