Re-enable withdrawing upon fund release

This commit is contained in:
Mark Veidemanis 2022-02-22 20:16:36 +00:00
parent d8c3d32bf7
commit f19fc1fb47
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 2 deletions

View File

@ -580,8 +580,7 @@ class Agora(object):
rtrn = self.agora._api_call(api_method=f"contact_release/{contact_id}", http_method="POST", query_values=payload)
# Check if we can withdraw funds
# TODO: write test for withdraw_funds before re-enabling
# self.withdraw_funds()
self.withdraw_funds()
return rtrn