debug log on tranche execution success
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user