Fixed bug

This commit is contained in:
Thrilok Kumar 2020-10-07 20:42:45 +05:30
parent f935e7e3f2
commit b67afb8bd9

View File

@ -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 {