minor edit

This commit is contained in:
Thrilok Kumar 2020-09-07 03:35:18 +05:30
parent a589abfb75
commit 6676d5a0fb
2 changed files with 0 additions and 2 deletions

View File

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

View File

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