Implement address.transfer()

This commit is contained in:
Alex Beregszaszi
2017-02-24 00:17:45 +00:00
parent 0177d964b1
commit 4264625c69
4 changed files with 20 additions and 5 deletions
+1
View File
@@ -826,6 +826,7 @@ public:
BareDelegateCall, ///< DELEGATECALL without function hash
Creation, ///< external call using CREATE
Send, ///< CALL, but without data and gas
Transfer, ///< CALL, but without data and throws on error
SHA3, ///< SHA3
Selfdestruct, ///< SELFDESTRUCT
Revert, ///< REVERT