fix PausableToken documentation
This commit is contained in:
@ -4,9 +4,9 @@ import './StandardToken.sol';
|
||||
import '../lifecycle/Pausable.sol';
|
||||
|
||||
/**
|
||||
* Pausable token
|
||||
* @title Pausable token
|
||||
*
|
||||
* Simple ERC20 Token example, with pausable token creation
|
||||
* @dev StandardToken modified with pausable transfers.
|
||||
**/
|
||||
|
||||
contract PausableToken is StandardToken, Pausable {
|
||||
|
||||
Reference in New Issue
Block a user