diff --git a/src/dexorder/event_handler.py b/src/dexorder/event_handler.py index 6004775..98cd38e 100644 --- a/src/dexorder/event_handler.py +++ b/src/dexorder/event_handler.py @@ -219,7 +219,7 @@ def finish_execution_request(req: TrancheExecutionRequest, error: str): if error != '': log.debug(f'execution request for tranche {tk} had error "{error}"') if error == '': - pass # execution success + log.debug(f'execution request for tranche {tk} was successful!') elif error in ('IIA', 'STF'): # todo not STF # Insufficient Input Amount or Safe Transfer Failure: suspend execution until new funds are sent # todo replace with vault balance checks