You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original code in the constructor of HDNode calls this.getHdWallet(...) with randomly generated mnemonic if none is supplied. This generates a new account in the process. This is undesirable when private keys are later added to the HDNode to associate accounts, causing confusion on choosing the right signer / making account operations.
The text was updated successfully, but these errors were encountered:
Fixed by #84
The original code in the constructor of HDNode calls
this.getHdWallet(...)
with randomly generated mnemonic if none is supplied. This generates a new account in the process. This is undesirable when private keys are later added to the HDNode to associate accounts, causing confusion on choosing the right signer / making account operations.The text was updated successfully, but these errors were encountered: