go-algorand-doc
go-algorand-doc copied to clipboard
goal wallet new - synopsis typo?
The current goal wallet new
documentation, says:
Create a new wallet with the specified name. When creating a new wallet you can specify a password. Once the wallet is created you also have the option to **get a mnemonic for recovering the account** in the future. You should keep this mnemonic private and safely stored.
Wouldn't more precise to say for recovering the wallet
?.
Since that mnemonic would explode into multiple accounts deterministically generated from the wallet master-key (mnemonic).
Just to avoid the confusion between wallet mnemonics and account mnemonics.