Skip to content

Commit

Permalink
Add gasleft to FunctionType::richIdentifier().
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Mar 6, 2018
1 parent 83dacbf commit fb4d01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsolidity/ast/Types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2344,6 +2344,7 @@ string FunctionType::richIdentifier() const
case Kind::Log2: id += "log2"; break;
case Kind::Log3: id += "log3"; break;
case Kind::Log4: id += "log4"; break;
case Kind::GasLeft: id += "gasleft"; break;
case Kind::Event: id += "event"; break;
case Kind::SetGas: id += "setgas"; break;
case Kind::SetValue: id += "setvalue"; break;
Expand Down

0 comments on commit fb4d01e

Please sign in to comment.