Outdated comment; version is now in endpoint path

This commit is contained in:
Daniel Krol 2022-07-08 13:17:30 -04:00
parent f9e3013e64
commit 18e30bd6b1

View file

@ -113,7 +113,6 @@ class WalletSync():
} }
response = requests.get(self.WALLET_URL, params=params) response = requests.get(self.WALLET_URL, params=params)
# TODO check response version on client side now
if response.status_code == 404: if response.status_code == 404:
print ('Wallet not found') print ('Wallet not found')
# "No wallet" is not an error, so no exception raised # "No wallet" is not an error, so no exception raised