mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
minor edit
This commit is contained in:
parent
a589abfb75
commit
6676d5a0fb
|
@ -10,7 +10,6 @@ import { DSMath } from "../libs/safeMath.sol";
|
|||
|
||||
interface IndexInterface {
|
||||
function master() external view returns (address);
|
||||
function build(address _owner, uint accountVersion, address _origin) external returns (address _account);
|
||||
}
|
||||
|
||||
interface RegistryInterface {
|
||||
|
|
|
@ -10,7 +10,6 @@ import { DSMath } from "../libs/safeMath.sol";
|
|||
|
||||
interface IndexInterface {
|
||||
function master() external view returns (address);
|
||||
function build(address _owner, uint accountVersion, address _origin) external returns (address _account);
|
||||
}
|
||||
|
||||
interface RegistryInterface {
|
||||
|
|
Loading…
Reference in New Issue
Block a user