mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
removed receive fallback function crvMining.sol
This commit is contained in:
parent
001fc9175c
commit
349f3496db
|
@ -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 {}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user