aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-11-30 23:06:18 +0800
committerchriseth <c@ethdev.com>2015-11-30 23:06:18 +0800
commita8736b7b271dac117f15164cf4d2dfabcdd2c6fd (patch)
treefd868faadee1029f9466e98c8159f402c1921d1d /libsolidity/ast
parenta3801be40c264296a6530d62141d96546b884190 (diff)
parentb97bb086de91e1f834e6e92cfdc8a985a6f761de (diff)
downloaddexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.tar
dexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.tar.gz
dexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.tar.bz2
dexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.tar.lz
dexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.tar.xz
dexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.tar.zst
dexon-solidity-a8736b7b271dac117f15164cf4d2dfabcdd2c6fd.zip
Merge pull request #256 from chriseth/selfdestruct
Introduce selfdestruct alias for suicide.
Diffstat (limited to 'libsolidity/ast')
-rw-r--r--libsolidity/ast/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/Types.h b/libsolidity/ast/Types.h
index f841a1be..ea9bd198 100644
--- a/libsolidity/ast/Types.h
+++ b/libsolidity/ast/Types.h
@@ -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