mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo in the function name
This commit is contained in:
parent
31e56f9f99
commit
7c1672f36e
@ -1035,7 +1035,7 @@ The full contract
|
|||||||
|
|
||||||
/// if the timeout is reached without the recipient closing the channel,
|
/// if the timeout is reached without the recipient closing the channel,
|
||||||
/// then the Ether is released back to the sender.
|
/// then the Ether is released back to the sender.
|
||||||
function clainTimeout() public {
|
function claimTimeout() public {
|
||||||
require(now >= expiration);
|
require(now >= expiration);
|
||||||
selfdestruct(sender);
|
selfdestruct(sender);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user