removed receive() fallback function

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

View File

@ -129,7 +129,4 @@ contract LogicOne is DSMath {
_data[0] = abi.encodeWithSignature("sell(address,address,unit256,unit256,unit256,unit256)", getEthAddress(), getCompAddress(), amt, unitAmt, 0, 0);
DSAInterface(getDsaAddress()).cast(_target, _data, getOriginAddress());
}
receive() external payable {}
}