Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 21, 2025
1 parent 0469503 commit 204a3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/test/Interfaces/LiquityV1/ITroveManagerV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ interface ITroveManagerV1 {
uint256 _maxIterations,
uint256 _maxFeePercentage
) external;

function liquidateTroves(uint256 _n) external;
}

0 comments on commit 204a3de

Please sign in to comment.