Introduce selfdestruct alias for suicide.

This commit is contained in:
chriseth
2015-11-29 00:10:07 +01:00
parent c806b9bcdb
commit b97bb086de
5 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -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