Skip to content

Duplicated owner's fields in EternalProxy #107

Description

@rstormsf

there are 2 methods:

    function upgradeabilityOwner() public view returns (address) {
        return _upgradeabilityOwner;
    }

and

    function proxyOwner() public view returns (address) {
        return upgradeabilityOwner();
    }

I don't see any good reason to have those 2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions