Skip to content

Commit

Permalink
removed wallet address
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Chen1 committed Feb 15, 2024
1 parent 1e10e42 commit 65779c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swan_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(
self.private_key = private_key
self.swanhub_url = swanhub_url
self.api_key = api_key
self.wallet_address = wallet_address
if login:
self.api_key_login()
self.is_calibration = is_calibration
Expand Down

0 comments on commit 65779c4

Please sign in to comment.