Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Nov 20, 2024
1 parent a272306 commit a38b830
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/extensions/FeeTaker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ contract FeeTaker is IPostInteraction, AmountGetterWithFee, Ownable {
*/
error EthTransferFailed();

/**
* @dev Fee taker is set to be receiver but no fees were set.
*/
error InconsistentFee();

address private immutable _LIMIT_ORDER_PROTOCOL;
address private immutable _WETH;
/// @notice Contract address whose tokens allow filling limit orders with a fee for resolvers that are outside the whitelist
Expand Down

0 comments on commit a38b830

Please sign in to comment.