mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-13 21:54:39 +00:00
remove comments and blank lines
This commit is contained in:
parent
16579768d3
commit
008ab8e881
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user