stoppable polish

pull/14/head
Manuel Araoz 9 years ago
parent 4bfc2ba858
commit 66fb8476b2
  1. 2
      contracts/Stoppable.sol

@ -1,5 +1,7 @@
/*
* Stoppable
* Abstract contract that allows children to implement an
* emergency stop mechanism.
*/
contract Stoppable {
address public curator;

Loading…
Cancel
Save