Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Nov 2, 2023
1 parent 958f7da commit c453fe7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/LoanManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ contract LoanManager is Ownable, ERC721, PausableNonReentrant {
bytes32 public constant INTENT_ORIGINATION_TYPEHASH =
keccak256("Origination(bytes32 hash,bytes32 salt,bytes32 caveatHash");
bytes32 public constant VERSION = keccak256("0");
//bool public paused;
address public feeTo;
uint88 public defaultFeeRake;
mapping(address => mapping(bytes32 => bool)) public invalidHashes;
Expand Down
1 change: 0 additions & 1 deletion test/utils/MockCall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ abstract contract MockCall is TestBase {
vm.mockCall(hook, abi.encodeWithSelector(SettlementHook.isActive.selector), abi.encode(status));
}


function mockIsValidRefinanceCall(
address pricing,
SpentItem[] memory considerationPayment,
Expand Down

0 comments on commit c453fe7

Please sign in to comment.