Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jul 21, 2023
1 parent 0caff63 commit 5906e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groestlcoin/src/bip32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ impl DerivationPath {
/// use groestlcoin::bip32::DerivationPath;
/// use std::str::FromStr;
///
/// let path = DerivationPath::from_str("m/84'/17'/0'/0/1").unwrap();
/// let path = DerivationPath::from_str("m/84'/0'/0'/0/1").unwrap();
/// const HARDENED: u32 = 0x80000000;
/// assert_eq!(path.to_u32_vec(), vec![84 + HARDENED, HARDENED, HARDENED, 0, 1]);
/// ```
Expand Down

0 comments on commit 5906e56

Please sign in to comment.