Skip to content

Commit 3e57c33

Browse files
HusamElbashirkaralabe
authored andcommitted
accounts/usbwallet: correct comment typo (#17008)
1 parent baa7eb9 commit 3e57c33

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
@@ -302,7 +302,7 @@ func (w *ledgerDriver) ledgerSign(derivationPath []uint32, tx *types.Transaction
302302
for i, component := range derivationPath {
303303
binary.BigEndian.PutUint32(path[1+4*i:], component)
304304
}
305-
// Create the transaction RLP based on whether legacy or EIP155 signing was requeste
305+
// Create the transaction RLP based on whether legacy or EIP155 signing was requested
306306
var (
307307
txrlp []byte
308308
err error

0 commit comments

Comments
 (0)