Skip to content

Commit

Permalink
accounts/usbwallet: correct comment typo (#17008)
Browse files Browse the repository at this point in the history
  • Loading branch information
HusamElbashir authored and karalabe committed Jun 19, 2018
1 parent baa7eb9 commit 3e57c33
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 @@ -302,7 +302,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 3e57c33

Please sign in to comment.