parent
e1dc1411fc
commit
5daaf60d11
@ -1,13 +1,13 @@ |
||||
pragma solidity ^0.4.23; |
||||
pragma solidity ^0.4.24; |
||||
|
||||
import "../token/ERC20/RBACMintableToken.sol"; |
||||
import "../token/ERC20/CappedToken.sol"; |
||||
|
||||
contract RBACCappedTokenMock is CappedToken, RBACMintableToken { |
||||
constructor( |
||||
constructor( |
||||
uint256 _cap |
||||
) |
||||
) |
||||
CappedToken(_cap) |
||||
public |
||||
{} |
||||
} |
||||
} |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue