Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Remove unused InvalidRewardFee custom error
Browse files Browse the repository at this point in the history
  • Loading branch information
kphed committed Jan 9, 2024
1 parent c2569a3 commit 3eda761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BrrETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ contract BrrETH is Ownable, ERC4626 {
error InsufficientAssetBalance();
error InvalidCometRewards();
error InvalidRouter();
error InvalidRewardFee();
error InvalidProtocolFeeReceiver();
error InvalidFeeDistributor();

Expand Down

0 comments on commit 3eda761

Please sign in to comment.