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