remove comments and blank lines

This commit is contained in:
Andrea Franz 2020-04-24 19:08:23 +02:00
parent 16579768d3
commit 008ab8e881
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D

View File

@ -81,15 +81,12 @@ abstract contract Bucket {
transferRedeemable(data, _redeem);
}
function kill() external onlyOwner {
validateExpired(expirationTime);
transferRedeemablesToOwner();
selfdestruct(owner);
}
// UTILS
function getChainID() internal pure returns (uint256) {
uint256 id;
assembly {