Commit 20eae79a authored by Paulius's avatar Paulius Committed by yann300

Add 'address(address)' to the list of built-in functions

parent 6c633748
......@@ -71,7 +71,8 @@ var builtinFunctions = {
'require(bool)': true,
'require(bool,string memory)': true,
'gasleft()': true,
'blockhash(uint)': true
'blockhash(uint)': true,
'address(address)': true
}
var lowLevelCallTypes = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment