hooked up interface to MixinStake
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
pragma solidity ^0.5.5;
|
||||
|
||||
import "./interfaces/IStake.sol";
|
||||
import "./mixins/MStake.sol";
|
||||
import "./interfaces/IVault.sol";
|
||||
import "./libs/LibZrxToken.sol";
|
||||
@@ -26,8 +25,7 @@ import "@0x/contracts-utils/contracts/src/SafeMath.sol";
|
||||
|
||||
|
||||
contract MixinStake is
|
||||
//MStake,
|
||||
//IStake,
|
||||
MStake,
|
||||
SafeMath
|
||||
{
|
||||
using LibZrxToken for uint256;
|
||||
|
@@ -18,9 +18,8 @@
|
||||
|
||||
pragma solidity ^0.5.9;
|
||||
|
||||
import "../interfaces/IStake.sol";
|
||||
|
||||
contract MStake
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
contract MStake is
|
||||
IStake
|
||||
{}
|
||||
|
Reference in New Issue
Block a user