mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Fixed spelling mistakes in comments (#13833)
This commit is contained in:
@@ -19,7 +19,7 @@ var (
|
||||
ErrEmptyMnemonic = errors.New("phrase cannot be empty")
|
||||
)
|
||||
|
||||
// WalletRecover uses a menmonic seed phrase to recover a wallet into the path provided.
|
||||
// WalletRecover uses a mnemonic seed phrase to recover a wallet into the path provided.
|
||||
func (acm *CLIManager) WalletRecover(ctx context.Context) (*wallet.Wallet, error) {
|
||||
// Ensure that the wallet directory does not contain a wallet already
|
||||
dirExists, err := wallet.Exists(acm.walletDir)
|
||||
|
||||
Reference in New Issue
Block a user