diff --git a/contracts/debtAllocators/GenericDebtAllocator.sol b/contracts/debtAllocators/GenericDebtAllocator.sol index b924e2e..0575924 100644 --- a/contracts/debtAllocators/GenericDebtAllocator.sol +++ b/contracts/debtAllocators/GenericDebtAllocator.sol @@ -172,7 +172,7 @@ contract GenericDebtAllocator is Governance { abi.encodeCall( _vault.update_debt, (_strategy, params.current_debt - toPull) - ) + ) ); } }