diff --git a/contracts/recoveryContracts/RecoveryWalletSimple.sol b/contracts/recoveryContracts/RecoveryWalletSimple.sol index 4e42393..d3c55d7 100644 --- a/contracts/recoveryContracts/RecoveryWalletSimple.sol +++ b/contracts/recoveryContracts/RecoveryWalletSimple.sol @@ -40,12 +40,7 @@ contract RecoveryWalletSimple is IERC721Receiver, ERC1155Receiver { require(!initialized, 'Contract already initialized'); _; } - - /** - * Gets called when a transaction is received with data that does not match any other method - */ - fallback() external payable {} - + /** * Gets called when a transaction is received with ether and no data */