diff --git a/cmd/hdkeys.go b/cmd/hdkeys.go index 4a100e6..47c9eaf 100644 --- a/cmd/hdkeys.go +++ b/cmd/hdkeys.go @@ -84,7 +84,7 @@ In quiet mode this will return 0 if the keys were successfully obtained, otherwi }, } -// expandMnmenonic expands mnemonics from their 4-letter versions. +// expandMnemonic expands mnemonics from their 4-letter versions. func expandMnemonic(input string) string { wordList := bip39.GetWordList() truncatedWords := make(map[string]string, len(wordList)) diff --git a/cmd/root.go b/cmd/root.go index bb9e8f3..5b10707 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -209,7 +209,7 @@ func connect(ctx context.Context) error { return nil } -// connectionAddress provides the address of an execution client. +// connectionDetails provides the details of an execution client. func connectionDetails(_ context.Context) (string, *big.Int, error) { // Obtain the chain ID if it's available. var chainID *big.Int