mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
Fixed bug
This commit is contained in:
parent
f935e7e3f2
commit
b67afb8bd9
|
@ -9,7 +9,8 @@ import { DSMath } from "../../../libs/safeMath.sol";
|
|||
|
||||
interface DSAInterface {
|
||||
function cast(address[] calldata _targets, bytes[] calldata _data, address _origin) external payable;
|
||||
function isAuth(address) external returns(bool);
|
||||
function isAuth(address) external view returns(bool);
|
||||
|
||||
}
|
||||
|
||||
contract LogicOne {
|
||||
|
|
Loading…
Reference in New Issue
Block a user