Commit 84e3e76b by Francisco Giordano

fix PausableToken documentation

parent d1a82dde
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment