diff --git a/contracts/connectors/matcha.sol b/contracts/connectors/matcha.sol index bee7349..73077fd 100644 --- a/contracts/connectors/matcha.sol +++ b/contracts/connectors/matcha.sol @@ -45,8 +45,7 @@ contract Matcha { IWETH WETH = getWETHAddress(); - // Payable fallback to allow this contract to receive protocol fee refunds. - receive() external payable {} + // Transfer tokens held by this contrat to the sender/owner. function withdrawToken(TokenInterface token, uint256 amount)