accounts/usbwallet: correct comment typo (#17008)

This commit is contained in:
Daniel Liu 2025-01-14 10:56:06 +08:00
parent 27725104b4
commit 8d2fb8c280

View file

@ -303,7 +303,7 @@ func (w *ledgerDriver) ledgerSign(derivationPath []uint32, tx *types.Transaction
for i, component := range derivationPath {
binary.BigEndian.PutUint32(path[1+4*i:], component)
}
// Create the transaction RLP based on whether legacy or EIP155 signing was requeste
// Create the transaction RLP based on whether legacy or EIP155 signing was requested
var (
txrlp []byte
err error