good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3e57c331 authored by Husam Ibrahim's avatar Husam Ibrahim Committed by Péter Szilágyi
Browse files

accounts/usbwallet: correct comment typo (#17008)

parent baa7eb90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment