removed receive() fallback function from maker.sol settle logic

This commit is contained in:
Thrilok Kumar 2020-09-28 13:44:18 +05:30
parent 1bebad05cd
commit 314e64dfd0

View File

@ -85,7 +85,4 @@ contract LogicOne is DSMath {
DSAInterface(getDsaAddress()).cast(_targets, _data, getOriginAddress());
checkMakerVault();
}
receive() external payable {}
}