Skip to content

Commit a5118d8

Browse files
committed
remove commented out code
1 parent fa7848c commit a5118d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

solidity/src/FCMVault.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ contract FCMVault is IFCMVault, ERC20, Ownable2Step, IMorphoFlashLoanCallback {
201201

202202
/// @inheritdoc IFCMVault
203203
function setFeeRecipient(address newRecipient) external onlyOwner {
204-
// require(newRecipient != address(0), ZeroAddress());
205204
_accrueFees();
206205
emit FeeRecipientSet(feeRecipient, newRecipient);
207206
feeRecipient = newRecipient;

0 commit comments

Comments
 (0)