Skip to content

Commit

Permalink
fixup! Feature: Ledger wallets could not sign using ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Aug 23, 2023
1 parent 0d7cd5e commit ea64c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aleph/sdk/wallets/ledger/ethereum.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ class LedgerETHAccount(BaseAccount):

def __init__(self, account: LedgerAccount, device: Dongle):
"""Initialize an aleph.im account instance that relies on a LedgerHQ
device and the Ethereum Ledger application for signatures.
device and the Ethereum Ledger application for signatures.
See the static methods `self.from_address(...)` and `self.from_path(...)`
for an easier method of instantiation.
"""
See the static methods `self.from_address(...)` and `self.from_path(...)`
for an easier method of instantiation.
"""
self._account = account
self._device = device

Expand Down

0 comments on commit ea64c83

Please sign in to comment.