diff --git a/contracts/logics/settle/eth/maker.sol b/contracts/logics/settle/eth/maker.sol index 0862d0d..504f82c 100644 --- a/contracts/logics/settle/eth/maker.sol +++ b/contracts/logics/settle/eth/maker.sol @@ -85,7 +85,4 @@ contract LogicOne is DSMath { DSAInterface(getDsaAddress()).cast(_targets, _data, getOriginAddress()); checkMakerVault(); } - - receive() external payable {} - }