remove fallback function

This commit is contained in:
“Njoku 2021-02-02 12:34:03 +01:00
parent ca38d2337e
commit 3ebf7cbb89

View File

@ -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)