killable formatting

This commit is contained in:
Manuel Araoz
2016-11-23 17:32:35 -08:00
parent 35363c01b1
commit 582baea62b

View File

@ -1,6 +1,9 @@
pragma solidity ^0.4.4; pragma solidity ^0.4.4;
import "./Ownable.sol"; import "./Ownable.sol";
/* /*
* Killable * Killable
* Base contract that can be killed by owner. All funds in contract will be sent to the owner. * Base contract that can be killed by owner. All funds in contract will be sent to the owner.