diff --git a/src/swan_api_client.py b/src/swan_api_client.py index c966415b..c921744d 100644 --- a/src/swan_api_client.py +++ b/src/swan_api_client.py @@ -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