diff --git a/contracts/connectors/matcha.sol b/contracts/connectors/matcha.sol index 73077fd..0a60d7a 100644 --- a/contracts/connectors/matcha.sol +++ b/contracts/connectors/matcha.sol @@ -47,12 +47,7 @@ contract Matcha { - // Transfer tokens held by this contrat to the sender/owner. - function withdrawToken(TokenInterface token, uint256 amount) - external - { - require(token.transfer(address(this), amount)); - } + // Transfer ETH held by this contrat to the sender/owner. function withdrawETH(uint256 amount)