Removed redundant modifiers from CappedToken. (#969)

This commit is contained in:
Alen
2018-06-06 20:29:54 +02:00
committed by Matt Condon
parent feb665136c
commit 5326e7c36e
7 changed files with 99 additions and 55 deletions

View File

@ -26,8 +26,6 @@ contract CappedToken is MintableToken {
address _to,
uint256 _amount
)
onlyOwner
canMint
public
returns (bool)
{