Skip to content

Commit

Permalink
accounts/usbwallet: correct comment typo (ethereum#17008)
Browse files Browse the repository at this point in the history
  • Loading branch information
HusamElbashir authored and gzliudan committed Dec 30, 2024
1 parent 945a703 commit 695d886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/usbwallet/ledger.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 695d886

Please sign in to comment.