Fix transfer conditional
This commit is contained in:
parent
cf0926fef0
commit
6e9d9b943a
@ -96,7 +96,7 @@ def _get_payback_token_and_amount(
|
||||
|
||||
child_transfer: Optional[Transfer] = get_transfer(child)
|
||||
|
||||
if child_transfer:
|
||||
if child_transfer is not None:
|
||||
|
||||
if (
|
||||
child_transfer.to_address == liquidator
|
||||
|
Loading…
x
Reference in New Issue
Block a user