Skip to content

Commit

Permalink
fix refinance
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Oct 18, 2023
1 parent 6dfac36 commit f9a18fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/LoanManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,6 @@ contract LoanManager is ContractOffererInterface, ConduitHelper, Ownable, ERC721
}

function refinance(LoanManager.Loan memory loan, bytes memory newPricingData, address conduit) external {
_refinanceRefA(loan, newPricingData, conduit);
}

function _refinanceRefA(LoanManager.Loan memory loan, bytes memory newPricingData, address conduit) internal {
(,, address conduitController) = seaport.information();

if (ConduitControllerInterface(conduitController).ownerOf(conduit) != msg.sender) {
Expand Down

0 comments on commit f9a18fa

Please sign in to comment.