Skip to content

Commit

Permalink
hd: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 16, 2024
1 parent ef863eb commit 1ad4168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hd/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub struct DerivationAccount {
pub revocation_seal: Option<OutPoint>,

/// Terminal derivation path, consisting exclusively from unhardened
/// indexes. This guarantees that the key derivaiton is always possible
/// indexes. This guarantees that the key derivation is always possible
/// without the access to the private key.
pub terminal_path: DerivationSubpath<TerminalStep>,
}
Expand Down

0 comments on commit 1ad4168

Please sign in to comment.