ERC20Wrapper underlying
variable is public
#4026
Labels
good first issue
Low hanging fruit for new contributors to get involved!
Milestone
📝 Details
For ERC20Wrapper, the Upgradeable version's
underlying
variable is public and the immutable is removed.We don't want that since child contracts should not be able to override it.
It's then needed to replace the
public
visibility of theunderlying
variable in the ERC20Wrapper contract and create a public view function that replaces its access.The text was updated successfully, but these errors were encountered: