Skip to content

Commit

Permalink
fix: interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Feb 22, 2024
1 parent 1ef3ce5 commit 29c6ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AprOracle/AprOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {IStrategy} from "@tokenized-strategy/interfaces/IStrategy.sol";

interface IOracle {
function aprAfterDebtChange(
address _asset,
address _strategy,
int256 _delta
) external view returns (uint256);
}
Expand Down

0 comments on commit 29c6ca2

Please sign in to comment.