Removed redundant modifiers from CappedToken. (#969)
This commit is contained in:
@ -26,8 +26,6 @@ contract CappedToken is MintableToken {
|
||||
address _to,
|
||||
uint256 _amount
|
||||
)
|
||||
onlyOwner
|
||||
canMint
|
||||
public
|
||||
returns (bool)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user