Skip to content

Commit e3e640e

Browse files
committed
accounts/usbwallet: correct comment typo (ethereum#17008)
1 parent d64b892 commit e3e640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/usbwallet/ledger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func (w *ledgerDriver) ledgerSign(derivationPath []uint32, tx *types.Transaction
303303
for i, component := range derivationPath {
304304
binary.BigEndian.PutUint32(path[1+4*i:], component)
305305
}
306-
// Create the transaction RLP based on whether legacy or EIP155 signing was requeste
306+
// Create the transaction RLP based on whether legacy or EIP155 signing was requested
307307
var (
308308
txrlp []byte
309309
err error

0 commit comments

Comments
 (0)