Rename Bare to Barecall

This commit is contained in:
Alex Beregszaszi
2017-08-01 10:47:10 +01:00
parent 93f90eb292
commit 6d37f30d76
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -838,7 +838,7 @@ public:
External, ///< external call using CALL
CallCode, ///< external call using CALLCODE, i.e. not exchanging the storage
DelegateCall, ///< external call using DELEGATECALL, i.e. not exchanging the storage
Bare, ///< CALL without function hash
BareCall, ///< CALL without function hash
BareCallCode, ///< CALLCODE without function hash
BareDelegateCall, ///< DELEGATECALL without function hash
Creation, ///< external call using CREATE