Skip to content

Commit

Permalink
Merge pull request #234 from morpho-labs/refactor/homogenize-interface
Browse files Browse the repository at this point in the history
refactor: homogenize `IBlue` with `Blue` naming
  • Loading branch information
MathisGD authored Aug 8, 2023
2 parents 021b39b + 28814d1 commit 7a7b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IBlue.sol
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ interface IBlue is IFlashLender {
function liquidate(Market memory market, address borrower, uint256 seized, bytes memory data) external;
function flashLoan(address token, uint256 amount, bytes calldata data) external;

function setAuthorization(address manager, bool isAllowed) external;
function setAuthorization(address authorized, bool newIsAuthorized) external;
function setAuthorization(
address authorizer,
address authorized,
Expand Down

0 comments on commit 7a7b0f3

Please sign in to comment.