Skip to content

Commit

Permalink
Missing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 31, 2024
1 parent 031314e commit 79e9167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_defi/hotwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class HotWallet:
"""

def __init__(self, account: LocalAccount):
"""Create a hot wallet from a local account."""
self.account = account
self.current_nonce: Optional[int] = None

Expand Down

0 comments on commit 79e9167

Please sign in to comment.