aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorHusam Ibrahim <39692071+HusamIbrahim@users.noreply.github.com>2018-06-19 19:36:35 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-19 19:36:35 +0800
commit3e57c33147bf05329dd9ef9868c04e301ac8bb58 (patch)
tree4a2de882f56dc9d8dbeb011f21ce686f157d5f0e /accounts
parentbaa7eb901ec74a47e8d6f85e4313f2b3980df727 (diff)
downloaddexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.tar
dexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.tar.gz
dexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.tar.bz2
dexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.tar.lz
dexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.tar.xz
dexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.tar.zst
dexon-3e57c33147bf05329dd9ef9868c04e301ac8bb58.zip
accounts/usbwallet: correct comment typo (#17008)
Diffstat (limited to 'accounts')
-rw-r--r--accounts/usbwallet/ledger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/usbwallet/ledger.go b/accounts/usbwallet/ledger.go
index 7ad32dd1e..2583fbc4d 100644
--- a/accounts/usbwallet/ledger.go
+++ b/accounts/usbwallet/ledger.go
@@ -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