acounts/usbwallet: fix typo (#28815)

acounts:fix typo
This commit is contained in:
alex
2024-01-15 21:45:50 +02:00
committed by GitHub
parent 9ee6809ff4
commit 566754c74a
+1 -1
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