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
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
How to reproduce
Result: CLI generates the second address from mnemonic (index = 1) instead first on (index = 0)
It's clearly visible that it's not the first address when we try to import the same mnemonic phrase:
Expected behavior
Use first address (index = 0) when creating a profile with type Mnemonic.
The class used to create HD Wallets is HdProfileCreation:
symbol-cli/src/models/profileCreation.types.ts
Line 52 in c3923fa
Index is
pathNumber
property.The text was updated successfully, but these errors were encountered: