Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed Sep 25, 2024
1 parent 366f44e commit 45e44fa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ def _handle_escrow_validations(
try:
validate_escrow(chain_id, escrow_address)
except Exception as e:
# TODO: such escrows can fill all the queried completed projects
# need to improve handling for such projects
# (e.g. cancel depending on the escrow status)
logger.exception(
f"Failed to handle completed projects for escrow {escrow_address}: {e}"
)
Expand Down

0 comments on commit 45e44fa

Please sign in to comment.