Skip to content

Commit

Permalink
add tokenset
Browse files Browse the repository at this point in the history
  • Loading branch information
neo hong committed May 13, 2021
1 parent 04e5069 commit b99cca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsolidity/ast/Types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3477,6 +3477,7 @@ TypePointer FunctionType::mobileType() const
m_declaration,
m_gasSet,
m_valueSet,
m_tokenSet,
m_bound,
m_saltSet
);
Expand Down Expand Up @@ -3716,6 +3717,7 @@ FunctionTypePointer FunctionType::asBoundFunction() const
m_declaration,
m_gasSet,
m_valueSet,
m_tokenSet,
m_saltSet,
true
);
Expand Down

0 comments on commit b99cca3

Please sign in to comment.