debug log on tranche execution success

This commit is contained in:
Tim Olson
2023-10-20 22:52:50 -04:00
parent ee73a38f46
commit 577efe77d6

View File

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