Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/hdkeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down