Skip to content

Commit

Permalink
Remove unnecessary doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Dec 4, 2023
1 parent 7a62b6b commit ed04176
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/aleph/sdk/client/authenticated_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,17 +574,6 @@ async def create_instance(
# get the reason for rejection
rejected_message = await self.get_message_error(message.item_hash)
assert rejected_message, "No rejected message found"
"""
"error_code": 5,
"details": {
"errors": [
{
"account_balance": "0",
"required_balance": "4213.265726725260407192763523"
}
]
}
"""
error_code = rejected_message["error_code"]
if error_code == 5:
# not enough balance
Expand Down

0 comments on commit ed04176

Please sign in to comment.