acounts/usbwallet: fix typo (#28815)

acounts:fix typo
This commit is contained in:
Daniel Liu 2025-01-14 10:56:16 +08:00
parent c1913bb22a
commit 0a0784d324

View file

@ -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