acounts/usbwallet: fix typo (#28815)

acounts:fix typo
This commit is contained in:
alex 2024-01-16 03:45:50 +08:00 committed by GitHub
parent 9ee6809ff4
commit 566754c74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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