Skip to content

Commit

Permalink
acounts/usbwallet: fix typo (ethereum#28815)
Browse files Browse the repository at this point in the history
acounts:fix typo
  • Loading branch information
bodhi-crypo authored Jan 15, 2024
1 parent 9ee6809 commit 566754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/usbwallet/ledger.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func (w *ledgerDriver) ledgerDerive(derivationPath []uint32) (common.Address, er
}
hexstr := reply[1 : 1+int(reply[0])]

// Decode the hex sting into an Ethereum address and return
// Decode the hex string into an Ethereum address and return
var address common.Address
if _, err = hex.Decode(address[:], hexstr); err != nil {
return common.Address{}, err
Expand Down

0 comments on commit 566754c

Please sign in to comment.