Skip to content

Commit

Permalink
hotfix external worker
Browse files Browse the repository at this point in the history
  • Loading branch information
kelar86 authored Dec 1, 2023
1 parent a66f915 commit fe25d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external_workers/web3_workers/check_transaction_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def handle_task(task: ExternalTask) -> TaskResult:
"Transaction receipt status is not success in blockchain",
variables
)
return task.complete(variables)


if __name__ == '__main__':
Expand Down

0 comments on commit fe25d70

Please sign in to comment.