pull/2281/head
Simone 10 months ago
parent 0dcab3bbdd
commit a8cb6bed86
  1. 1
      slither/core/declarations/solidity_variables.py

@ -45,7 +45,6 @@ SOLIDITY_VARIABLES_COMPOSED = {
}
SOLIDITY_FUNCTIONS: Dict[str, List[str]] = {
"blobhash(uint256)": ["bytes32"],
"gasleft()": ["uint256"],
"assert(bool)": [],

Loading…
Cancel
Save