mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
removed receive()
fallback function
This commit is contained in:
parent
314e64dfd0
commit
cc548cfb69
|
@ -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);
|
_data[0] = abi.encodeWithSignature("sell(address,address,unit256,unit256,unit256,unit256)", getEthAddress(), getCompAddress(), amt, unitAmt, 0, 0);
|
||||||
DSAInterface(getDsaAddress()).cast(_target, _data, getOriginAddress());
|
DSAInterface(getDsaAddress()).cast(_target, _data, getOriginAddress());
|
||||||
}
|
}
|
||||||
|
|
||||||
receive() external payable {}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user