mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce selfdestruct alias for suicide.
This commit is contained in:
@@ -739,7 +739,7 @@ public:
|
||||
Creation, ///< external call using CREATE
|
||||
Send, ///< CALL, but without data and gas
|
||||
SHA3, ///< SHA3
|
||||
Suicide, ///< SUICIDE
|
||||
Selfdestruct, ///< SELFDESTRUCT
|
||||
ECRecover, ///< CALL to special contract for ecrecover
|
||||
SHA256, ///< CALL to special contract for sha256
|
||||
RIPEMD160, ///< CALL to special contract for ripemd160
|
||||
|
||||
Reference in New Issue
Block a user