removed receive fallback function crvMining.sol

This commit is contained in:
Thrilok Kumar 2020-09-28 13:35:54 +05:30
parent 001fc9175c
commit 349f3496db

View File

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