There was an error while loading. Please reload this page.
1 parent fa7848c commit a5118d8Copy full SHA for a5118d8
1 file changed
solidity/src/FCMVault.sol
@@ -201,7 +201,6 @@ contract FCMVault is IFCMVault, ERC20, Ownable2Step, IMorphoFlashLoanCallback {
201
202
/// @inheritdoc IFCMVault
203
function setFeeRecipient(address newRecipient) external onlyOwner {
204
- // require(newRecipient != address(0), ZeroAddress());
205
_accrueFees();
206
emit FeeRecipientSet(feeRecipient, newRecipient);
207
feeRecipient = newRecipient;
0 commit comments