Fixed lib path in pools

This commit is contained in:
Thrilok Kumar 2020-08-28 22:42:59 +05:30
parent ff5af899d5
commit 8079b3476d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20Pausable.sol";
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import { DSMath } from "./libs/safeMath.sol";
import { DSMath } from "../libs/safeMath.sol";
interface AccountInterface {
function enable(address authority) external;

View File

@ -6,7 +6,7 @@ import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20Pausable.sol";
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import { DSMath } from "./libs/safeMath.sol";
import { DSMath } from "../libs/safeMath.sol";
interface AccountInterface {
function enable(address authority) external;