diff --git a/packages/fuels-accounts/src/wallet.rs b/packages/fuels-accounts/src/wallet.rs index c8f2618834..ac8102ad65 100644 --- a/packages/fuels-accounts/src/wallet.rs +++ b/packages/fuels-accounts/src/wallet.rs @@ -125,7 +125,7 @@ impl WalletUnlocked { } /// Creates a new wallet from a mnemonic phrase. - /// It takes a path to a BIP32 derivation path. + /// It takes a derivation path such as BIP32 or BIP44. pub fn new_from_mnemonic_phrase_with_path( phrase: &str, provider: Option,