mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
removed receive()
fallback function from maker.sol settle logic
This commit is contained in:
parent
1bebad05cd
commit
314e64dfd0
|
@ -85,7 +85,4 @@ contract LogicOne is DSMath {
|
|||
DSAInterface(getDsaAddress()).cast(_targets, _data, getOriginAddress());
|
||||
checkMakerVault();
|
||||
}
|
||||
|
||||
receive() external payable {}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user