mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Closing parenthesis
This commit is contained in:
parent
318e52c77d
commit
31449c9834
@ -174,7 +174,7 @@ Contract Related
|
|||||||
``selfdestruct(address recipient)``:
|
``selfdestruct(address recipient)``:
|
||||||
destroy the current contract, sending its funds to the given :ref:`address`
|
destroy the current contract, sending its funds to the given :ref:`address`
|
||||||
|
|
||||||
``suicide(address recipient``:
|
``suicide(address recipient)``:
|
||||||
alias to ``selfdestruct``
|
alias to ``selfdestruct``
|
||||||
|
|
||||||
Furthermore, all functions of the current contract are callable directly including the current function.
|
Furthermore, all functions of the current contract are callable directly including the current function.
|
||||||
|
Loading…
Reference in New Issue
Block a user